Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
salaboy authored Aug 1, 2024
1 parent 132a512 commit 9c7b56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ In your terminal, access the`chapter-2` directory, and from there, run the scrip
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.
```shell
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/release-1.8/deploy/static/provider/kind/deploy.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
```
Check that the pods inside the `ingress-nginx` are started correctly before proceeding:
Expand Down

0 comments on commit 9c7b56a

Please sign in to comment.