Use ingress-nginx-* naming in docs to match the default deployment
This commit is contained in:
parent
b18ea267a8
commit
c52d55a2ed
11 changed files with 24 additions and 24 deletions
|
|
@ -56,12 +56,12 @@ minikube addons disable ingress
|
|||
```
|
||||
|
||||
- Execute `make dev-env`
|
||||
- Confirm the `nginx-ingress-controller` deployment exists:
|
||||
- Confirm the `ingress-nginx-controller` deployment exists:
|
||||
|
||||
```console
|
||||
$ kubectl get pods -n ingress-nginx
|
||||
NAME READY STATUS RESTARTS AGE
|
||||
nginx-ingress-controller-fdcdcd6dd-vvpgs 1/1 Running 0 11s
|
||||
ingress-nginx-controller-fdcdcd6dd-vvpgs 1/1 Running 0 11s
|
||||
```
|
||||
|
||||
#### AWS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue