File tree 1 file changed +20
-1
lines changed
content/en/docs/tasks/access-application-cluster
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -44,22 +44,41 @@ This page shows you how to set up a simple Ingress which routes requests to Serv
44
44
45
45
1. Verify that the NGINX Ingress controller is running
46
46
47
+ minikube version 1.18.1 or earlier
48
+
47
49
` ` ` shell
48
50
kubectl get pods -n kube-system
49
51
` ` `
50
52
53
+ minikube version 1.19.0 or later
54
+
55
+ ` ` ` shell
56
+ kubectl get pods -n ingress-nginx
57
+ ` ` `
58
+
51
59
{{< note > }}This can take up to a minute.{{< /note > }}
52
60
53
61
Output:
54
62
63
+ minikube version 1.18.1 or earlier
64
+
55
65
` ` ` shell
56
66
NAME READY STATUS RESTARTS AGE
57
67
default-http-backend-59868b7dd6-xb8tq 1/1 Running 0 1m
58
68
kube-addon-manager-minikube 1/1 Running 0 3m
59
69
kube-dns-6dcb57bcc8-n4xd4 3/3 Running 0 2m
60
70
kubernetes-dashboard-5498ccf677-b8p5h 1/1 Running 0 2m
61
71
nginx-ingress-controller-5984b97644-rnkrg 1/1 Running 0 1m
62
- storage-provisioner 1/1 Running 0 2m
72
+ storage-provisioner 1/1 Running
73
+ ` ` `
74
+
75
+ minikube version 1.19.0 or later
76
+
77
+ ` ` ` shell
78
+ NAME READY STATUS RESTARTS AGE
79
+ ingress-nginx-admission-create-ckgpj 0/1 Completed 0 15m
80
+ ingress-nginx-admission-patch-585xt 0/1 Completed 0 15m
81
+ ingress-nginx-controller-5d88495688-b4s8m 1/1 Running 0 15m
63
82
` ` `
64
83
65
84
# # Deploy a hello, world app
You can’t perform that action at this time.
0 commit comments