Loading docs/_docs/kubernetes/minikube.md +3 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ mode: minikube ssh -- sudo ip link set docker0 promisc on ``` Install Tiller: Install [Tiller](https://helm.sh/docs/install/#installing-tiller): ```bash # Create service account for Tiller Loading @@ -44,6 +44,8 @@ helm init --service-account tiller --upgrade kubectl -n kube-system wait --for condition=ready pods -l "app=helm,name=tiller" --timeout 300s ``` Be sure to check firewall settings if the Tiller pods is timing out or is unable to be fetched. Install the Nginx ingress controller using Helm. Unfortunately, we can't use `minikube addons enable ingress` because we need an additional flag to enable SSL passthrough, which is required to use SSL client certificates. By default, Loading Loading
docs/_docs/kubernetes/minikube.md +3 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ mode: minikube ssh -- sudo ip link set docker0 promisc on ``` Install Tiller: Install [Tiller](https://helm.sh/docs/install/#installing-tiller): ```bash # Create service account for Tiller Loading @@ -44,6 +44,8 @@ helm init --service-account tiller --upgrade kubectl -n kube-system wait --for condition=ready pods -l "app=helm,name=tiller" --timeout 300s ``` Be sure to check firewall settings if the Tiller pods is timing out or is unable to be fetched. Install the Nginx ingress controller using Helm. Unfortunately, we can't use `minikube addons enable ingress` because we need an additional flag to enable SSL passthrough, which is required to use SSL client certificates. By default, Loading