Fix plugin install location

This commit is contained in:
Alex Kursell 2019-02-27 12:26:12 -05:00
parent a1b2e132e5
commit 25a0d7a01c

View file

@ -97,7 +97,7 @@ Use the `ingress-nginx` kubectl plugin
Install [krew](https://github.com/GoogleContainerTools/krew), then run Install [krew](https://github.com/GoogleContainerTools/krew), then run
```console ```console
$ kubectl krew install --manifest https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/cmd/plugin/release/ingress-nginx.yaml $ kubectl krew install --manifest https://github.com/kubernetes/ingress-nginx/releases/download/nginx-0.23.0/ingress-nginx.yaml
``` ```
to install the plugin. Then run to install the plugin. Then run
```console ```console