From 449b9f65ea660cfe5f43de336933f40938b4368a Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Mon, 29 Jun 2020 21:52:08 -0400 Subject: [PATCH] Update krew installation doc --- docs/kubectl-plugin.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/kubectl-plugin.md b/docs/kubectl-plugin.md index 8add8fb87..5350597d3 100644 --- a/docs/kubectl-plugin.md +++ b/docs/kubectl-plugin.md @@ -65,19 +65,6 @@ Flags: 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: - -```console -( - 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 - Every subcommand supports the basic `kubectl` configuration flags like `--namespace`, `--context`, `--client-key` and so on.