Updated RKE v1.30 with updated NGINX ingress note

This commit is contained in:
Jennifer Travinski
2021-08-23 15:08:23 -04:00
parent 7ad408fd06
commit fe89614c15
@@ -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: