Skip to content

Commit

Permalink
Enable minikube ingress addon
Browse files Browse the repository at this point in the history
The referenced issue (kubernetes/minikube#7332)
appears to have been resolved by kubernetes/minikube#12089
  • Loading branch information
bradbeck committed Feb 17, 2022
1 parent ecd0570 commit 85ec349
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions platform/00-kubernetes-minikube-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,17 +195,8 @@ kubectl config use-context minikube
# Display a message to tell to update the environment variables.
minikube docker-env

# Note(rgreinhofer): this is currently not supported for M1 chips.
# ❌ Exiting due to MK_USAGE: Due to networking limitations of driver docker
# on darwin, ingress addon is not supported.
# Alternatively to use this addon you can use a vm-based driver:
#
# 'minikube start --vm=true'
#
# To track the update on this work in progress feature please check:
# https://github.com/kubernetes/minikube/issues/7332
# Manage default Ingress Controller.
# minikube addons enable ingress
minikube addons enable ingress

# Setup Minikube's registry.
minikube addons enable registry
Expand Down

0 comments on commit 85ec349

Please sign in to comment.