Update yaml files to 0.24.0 [skip-ci] (#3975)
This commit is contained in:
parent
0257c3e654
commit
4efe549502
3 changed files with 3 additions and 3 deletions
|
|
@ -99,7 +99,7 @@ Install [krew](https://github.com/GoogleContainerTools/krew), then run
|
|||
```console
|
||||
$ (
|
||||
set -x; cd "$(mktemp -d)" &&
|
||||
curl -fsSLO "https://github.com/kubernetes/ingress-nginx/releases/download/nginx-0.23.0/{ingress-nginx.yaml,kubectl-ingress_nginx-$(uname | tr '[:upper:]' '[:lower:]')-amd64.tar.gz}" &&
|
||||
curl -fsSLO "https://github.com/kubernetes/ingress-nginx/releases/download/nginx-0.24.0/{ingress-nginx.yaml,kubectl-ingress_nginx-$(uname | tr '[:upper:]' '[:lower:]')-amd64.tar.gz}" &&
|
||||
kubectl krew install \
|
||||
--manifest=ingress-nginx.yaml --archive=kubectl-ingress_nginx-$(uname | tr '[:upper:]' '[:lower:]')-amd64.tar.gz
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue