Skip to content

Commit d13da6a

Browse files
Sebbo92dchaykin
authored andcommitted
Install nginx-ingress
1 parent 7cece8f commit d13da6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ kubectl cluster-info --context kind-local-debug-k8s
9595

9696
#### Install nginx-ingress
9797

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:
9999

100100
```sh
101101
kubectl create -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml
102102
```
103103

104104
Source: [kind documentation](https://kind.sigs.k8s.io/docs/user/ingress/#ingress-nginx>)
105105

106-
And wait until the nginx-controller runs:
106+
to observe the current status the following command can be executed:
107107

108108
```sh
109109
kubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=120s

0 commit comments

Comments
 (0)