From 196dd5944debbd48d2002ad141187ec73af2c16f Mon Sep 17 00:00:00 2001 From: k8s-ci-robot Date: Fri, 8 Oct 2021 01:56:51 +0000 Subject: [PATCH] Deploy GitHub Pages --- index.html | 2 +- search/search_index.json | 2 +- sitemap.xml | 102 +++++++++++++++++++-------------------- sitemap.xml.gz | Bin 711 -> 710 bytes 4 files changed, 53 insertions(+), 53 deletions(-) diff --git a/index.html b/index.html index a60f2969a..f296ab597 100644 --- a/index.html +++ b/index.html @@ -76,7 +76,7 @@ args:
  • Now you install the additional instance of the ingress-NGINX controller like this ;
    helm install ingress-nginx-2 ingress-nginx/ingress-nginx  \
     --namespace ingress-nginx-2 \
     --set controller.ingressClassResource.name=nginx-2 \
    ---set controller.ingressClassResource.controllerValue= "k8s.io/ingress-nginx-2" \
    +--set controller.ingressClassResource.controllerValue="k8s.io/ingress-nginx-2" \
     --set controller.ingressClassResource.enabled=true \
     --set controller.ingressClassByName=true
     
  • If you need to install yet another instance, then repeat the procedure to create a new namespace, change the values like names & namespaces (for example from "-2" to "-3"), or anything else that meets your needs.