From fae0dc03039485abf500c5408124486557aff93e Mon Sep 17 00:00:00 2001 From: k8s-ci-robot Date: Wed, 27 Oct 2021 17:06:43 +0000 Subject: [PATCH] Deploy GitHub Pages --- deploy/upgrade/index.html | 2 +- search/search_index.json | 2 +- sitemap.xml.gz | Bin 710 -> 710 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/upgrade/index.html b/deploy/upgrade/index.html index af8b2c218..16f8a3556 100644 --- a/deploy/upgrade/index.html +++ b/deploy/upgrade/index.html @@ -15,7 +15,7 @@

simply change the 0.34.0 tag to the version you wish to upgrade to. The easiest way to do this is e.g. (do note you may need to change the name parameter according to your installation):

kubectl set image deployment/nginx-ingress-controller \
   nginx-ingress-controller=k8s.gcr.io/ingress-nginx/controller:v0.34.1@sha256:0e072dddd1f7f8fc8909a2ca6f65e76c5f0d2fcfb8be47935ae3457e8bbceb20 \
   -n ingress-nginx
-

For interactive editing, use kubectl edit deployment nginx-ingress-controller -n ingress-nginx.

With Helm

If you installed ingress-nginx using the Helm command in the deployment docs so its name is ngx-ingress, you should be able to upgrade using

helm upgrade --reuse-values ngx-ingress ingress-nginx/ingress-nginx
+

For interactive editing, use kubectl edit deployment nginx-ingress-controller -n ingress-nginx.

With Helm

If you installed ingress-nginx using the Helm command in the deployment docs so its name is ingress-nginx, you should be able to upgrade using

helm upgrade --reuse-values ingress-nginx ingress-nginx/ingress-nginx
 

Migrating from stable/nginx-ingress

See detailed steps in the upgrading section of the ingress-nginx chart README.