From e9505ce58e0980f3c961a3ad2154456d5d6cca0f Mon Sep 17 00:00:00 2001 From: urmet Date: Mon, 10 Aug 2020 20:30:50 +0300 Subject: [PATCH] Clean up minikube installation instructions Remove development section under minikube installation instructions. It's a bit confusing and also wrong since #5059 --- docs/deploy/index.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index 0a4f072ad..e68ecc840 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -60,23 +60,6 @@ For standard usage: minikube addons enable ingress ``` -For development: - -- Disable the ingress addon: - -```console -minikube addons disable ingress -``` - -- Execute `make dev-env` -- Confirm the `ingress-nginx-controller` deployment exists: - -```console -$ kubectl get pods -n ingress-nginx -NAME READY STATUS RESTARTS AGE -ingress-nginx-controller-fdcdcd6dd-vvpgs 1/1 Running 0 11s -``` - #### AWS In AWS we use a Network load balancer (NLB) to expose the NGINX Ingress controller behind a Service of `Type=LoadBalancer`.