Merge pull request #7067 from MoienTajik/patch-1

Documentation: minikube - ingress-nginx instead of kube-system namespace
This commit is contained in:
Kubernetes Prow Robot 2021-04-29 03:44:51 -07:00 committed by GitHub
commit f32fd3e1c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,9 +195,6 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/cont
### Verify installation
!!! info
In minikube the ingress addon is installed in the namespace **kube-system** instead of ingress-nginx
To check if the ingress controller pods have started, run the following command:
```console