File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,15 +95,15 @@ kubectl cluster-info --context kind-local-debug-k8s
95
95
96
96
#### Install nginx-ingress
97
97
98
- For both ports (8090 and 30123) to work, it is necessary to deploy an nginx controller:
98
+ For both ports (8090 and 30123) to work, it is necessary to deploy an nginx controller as an ingress controller :
99
99
100
100
``` sh
101
101
kubectl create -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml
102
102
```
103
103
104
104
Source: [ kind documentation] ( https://kind.sigs.k8s.io/docs/user/ingress/#ingress-nginx> )
105
105
106
- And wait until the nginx-controller runs :
106
+ to observe the current status the following command can be executed :
107
107
108
108
``` sh
109
109
kubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=120s
You can’t perform that action at this time.
0 commit comments