Merge pull request #3469 from jtravee/Ingress_rule_config

Updated prior RKE version ranges for NGINX ingress controller config
This commit is contained in:
Billy Tat
2021-08-26 14:01:38 -07:00
committed by GitHub
@@ -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 %}}