File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
content/en/docs/tasks/access-application-cluster Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -45,21 +45,18 @@ This page shows you how to set up a simple Ingress which routes requests to Serv
45
45
1. Verify that the NGINX Ingress controller is running
46
46
47
47
` ` ` shell
48
- kubectl get pods -n kube-system
48
+ kubectl get pods -n ingress-nginx
49
49
` ` `
50
50
51
51
{{< note > }}This can take up to a minute.{{< /note > }}
52
52
53
53
Output:
54
54
55
55
` ` ` 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
63
60
` ` `
64
61
65
62
# # Deploy a hello, world app
You can’t perform that action at this time.
0 commit comments