mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-19 19:35:17 +00:00
NGINX Ingress controller changes in v1.21
This commit is contained in:
+6
-1
@@ -1,15 +1,20 @@
|
||||
---
|
||||
title: Ingress Rule Configuration
|
||||
title: Ingress Configuration
|
||||
description: Ingress configuration
|
||||
weight: 9999
|
||||
---
|
||||
|
||||
- [NGINX Ingress controller changes in v1.21](#nginx-ingress-controller-changes-in-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
|
||||
|
||||
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.
|
||||
|
||||
### Automatically generate a xip.io hostname
|
||||
|
||||
If you choose this option, ingress routes requests to hostname to a DNS name that's automatically generated. Rancher uses [xip.io](http://xip.io/) to automatically generates the DNS name. This option is best used for testing, _not_ production environments.
|
||||
|
||||
Reference in New Issue
Block a user