diff --git a/kubectl-plugin/index.html b/kubectl-plugin/index.html index d5913a6aa..4dde77b88 100644 --- a/kubectl-plugin/index.html +++ b/kubectl-plugin/index.html @@ -1420,16 +1420,6 @@ Do not move it without providing redirects. Use "ingress-nginx [command] --help" for more information about a command. -

If a new ingress-nginx version has just been released, the plugin may not yet have been updated inside the repository. In that case, you can install the latest version of the plugin by running:

-
(
-    set -x; cd "$(mktemp -d)" &&
-    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
-)
-
- -

Replacing 0.24.0 with the recently released version.

Common Flags ΒΆ