From fe89614c15be946cdcda79dad6918904f11f8b28 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Mon, 23 Aug 2021 15:08:23 -0400 Subject: [PATCH] Updated RKE v1.30 with updated NGINX ingress note --- .../en/config-options/add-ons/ingress-controllers/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 fae1012abc9..08fd57b58f9 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,9 @@ ingress: ### Configuring network options -_Available as of v1.1.11_ +_Available as of v1.30_ -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. +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. Configure the nginx ingress controller using `hostPort` and override the default ports: