Fix plugin install location
This commit is contained in:
parent
a1b2e132e5
commit
25a0d7a01c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue