Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable minikube ingress addon #143

Merged
merged 4 commits into from
Feb 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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