From 7ad408fd06a3b54a4d78164c6d12c9c8629f9aa4 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Mon, 23 Aug 2021 13:37:13 -0400 Subject: [PATCH] Added k8s to v1.21 --- .../load-balancers-and-ingress/ingress-config/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.6/en/k8s-in-rancher/load-balancers-and-ingress/ingress-config/_index.md b/content/rancher/v2.6/en/k8s-in-rancher/load-balancers-and-ingress/ingress-config/_index.md index 10308210279..019c4b6367b 100644 --- a/content/rancher/v2.6/en/k8s-in-rancher/load-balancers-and-ingress/ingress-config/_index.md +++ b/content/rancher/v2.6/en/k8s-in-rancher/load-balancers-and-ingress/ingress-config/_index.md @@ -4,14 +4,14 @@ description: Ingress configuration weight: 9999 --- -- [NGINX Ingress controller changes in v1.21](#nginx-ingress-controller-changes-in-v1-21) +- [NGINX Ingress controller changes in Kubernetes v1.21](#nginx-ingress-controller-changes-in-Kubernetes-v1-21) - [Automatically generate a xip.io hostname](#automatically-generate-a-xip-io-hostname) - [Specify a hostname to use](#specify-a-hostname-to-use) - [Use as the default backend](#use-as-the-default-backend) - [Certificates](#certificates) - [Labels and Annotations](#labels-and-annotations) -### NGINX Ingress controller changes in v1.21 +### NGINX Ingress controller changes in Kubernetes v1.21 For Kubernetes v1.21 and up, the NGINX Ingress controller no longer runs in hostNetwork 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.