From ac035811005498562f9bf23ff6804c4f5db2fd88 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Wed, 25 Aug 2021 17:15:50 -0400 Subject: [PATCH] Added back info for RKE v1.1.11 & instructions for v1.30 --- .../add-ons/ingress-controllers/_index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 08fd57b58f9..2ee8cc6dcfb 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 @@ -115,9 +115,14 @@ ingress: ### Configuring network options -_Available as of 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. +{{% tabs %}} +{{% 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" %}} +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 %}} Configure the nginx ingress controller using `hostPort` and override the default ports: