Skip to content

Commit 9c7b56a

Browse files
authored
Update README.md
1 parent 132a512 commit 9c7b56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter-2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ In your terminal, access the`chapter-2` directory, and from there, run the scrip
8181
We need the NGINX Ingress Controller to route traffic from our laptop to the services running inside the cluster. NGINX Ingress Controller acts as a router that is running inside the cluster but is also exposed to the outside world.
8282
8383
```shell
84-
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/release-1.8/deploy/static/provider/kind/deploy.yaml
84+
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
8585
```
8686
8787
Check that the pods inside the `ingress-nginx` are started correctly before proceeding:

0 commit comments

Comments
 (0)