Merge e34f862a2e
into 40718c3865
This commit is contained in:
commit
a40358364d
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ helm install stable/nginx-ingress --name my-nginx
|
|||
To check if the ingress controller pods have started, run the following command:
|
||||
|
||||
```console
|
||||
kubectl get pods --all-namespaces -l app=ingress-nginx --watch
|
||||
kubectl --namespace default get services -o wide -w my-nginx-nginx-ingress-controller
|
||||
```
|
||||
|
||||
Once the operator pods are running, you can cancel the above command by typing `Ctrl+C`.
|
||||
|
|
Loading…
Reference in a new issue