From 00155ce9f2a2c28ccbbcd7ebed985a4dd617b530 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Thu, 26 Aug 2021 15:51:35 -0400 Subject: [PATCH] Updated v1.1.11 - v1.2.8 for all prior --- .../en/config-options/add-ons/ingress-controllers/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/latest/en/config-options/add-ons/ingress-controllers/_index.md b/content/rke/latest/en/config-options/add-ons/ingress-controllers/_index.md index 2ee8cc6dcfb..0c8f1183009 100644 --- a/content/rke/latest/en/config-options/add-ons/ingress-controllers/_index.md +++ b/content/rke/latest/en/config-options/add-ons/ingress-controllers/_index.md @@ -119,7 +119,7 @@ ingress: {{% tab "v1.30" %}} For Kubernetes v1.21 and up, the NGINX ingress controller no longer runs in `hostNetwork: true` but uses hostPorts for port `80` and port `443`. This was done so the admission webhook can be configured to be accessed using ClusterIP so it can only be reached inside the cluster. If you want to change the mode and/or the ports, see the options below. {{% /tab %}} -{{% tab "v1.1.11" %}} +{{% tab "v1.1.11 - v1.2.8" %}} By default, the nginx ingress controller is configured using `hostNetwork: true` on the default ports `80` and `443`. If you want to change the mode and/or the ports, see the options below. {{% /tab %}} {{% /tabs %}}