From 87d9b2a73fd68c99f24ffde3459bfd965ef7a4a5 Mon Sep 17 00:00:00 2001 From: aledbf Date: Tue, 30 Jun 2020 01:54:58 +0000 Subject: [PATCH] Deploy GitHub Pages --- kubectl-plugin/index.html | 10 ---- search/search_index.json | 2 +- sitemap.xml | 98 +++++++++++++++++++------------------- sitemap.xml.gz | Bin 679 -> 679 bytes 4 files changed, 50 insertions(+), 60 deletions(-) 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 ΒΆ