Update index.md
Updated the version number. In the getting started section, the version number of the controller was old and was throwing a 404 Not Found when attempting to access deploy.yaml.
This commit is contained in:
parent
080c905fab
commit
9793f8e54c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ It will install the controller in the `ingress-nginx` namespace, creating that n
|
|||
**If you don't have Helm** or if you prefer to use a YAML manifest, you can run the following command instead:
|
||||
|
||||
```console
|
||||
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.6.3/deploy/static/provider/cloud/deploy.yaml
|
||||
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.6.4/deploy/static/provider/cloud/deploy.yaml
|
||||
```
|
||||
|
||||
!!! info
|
||||
|
|
Loading…
Reference in a new issue