Skip to content

Commit 6468a24

Browse files
authored
Merge pull request #29613 from giraffesyo/patch-1
Use correct namespace
2 parents 9c8e575 + 2aca8f9 commit 6468a24

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

content/en/docs/tasks/access-application-cluster/ingress-minikube.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,18 @@ This page shows you how to set up a simple Ingress which routes requests to Serv
4545
1. Verify that the NGINX Ingress controller is running
4646

4747
```shell
48-
kubectl get pods -n kube-system
48+
kubectl get pods -n ingress-nginx
4949
```
5050

5151
{{< note >}}This can take up to a minute.{{< /note >}}
5252

5353
Output:
5454

5555
```shell
56-
NAME READY STATUS RESTARTS AGE
57-
default-http-backend-59868b7dd6-xb8tq 1/1 Running 0 1m
58-
kube-addon-manager-minikube 1/1 Running 0 3m
59-
kube-dns-6dcb57bcc8-n4xd4 3/3 Running 0 2m
60-
kubernetes-dashboard-5498ccf677-b8p5h 1/1 Running 0 2m
61-
nginx-ingress-controller-5984b97644-rnkrg 1/1 Running 0 1m
62-
storage-provisioner 1/1 Running 0 2m
56+
NAME READY STATUS RESTARTS AGE
57+
ingress-nginx-admission-create-2tgrf 0/1 Completed 0 3m28s
58+
ingress-nginx-admission-patch-68b98 0/1 Completed 0 3m28s
59+
ingress-nginx-controller-59b45fb494-lzmw2 1/1 Running 0 3m28s
6360
```
6461

6562
## Deploy a hello, world app

0 commit comments

Comments
 (0)