Clean up minikube installation instructions
Remove development section under minikube installation instructions. It's a bit confusing and also wrong since #5059
This commit is contained in:
parent
a981862ff2
commit
e9505ce58e
1 changed files with 0 additions and 17 deletions
|
@ -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`.
|
||||||
|
|
Loading…
Reference in a new issue