Merge pull request #5994 from urmet/minikube-docs

Clean up minikube installation instructions
This commit is contained in:
Kubernetes Prow Robot 2020-08-10 15:37:58 -07:00 committed by GitHub
commit 378c6ca7e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,23 +60,6 @@ For standard usage:
minikube addons enable ingress 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 #### AWS
In AWS we use a Network load balancer (NLB) to expose the NGINX Ingress controller behind a Service of `Type=LoadBalancer`. In AWS we use a Network load balancer (NLB) to expose the NGINX Ingress controller behind a Service of `Type=LoadBalancer`.