From d3a6aa764300a757408683df586083b0fcbcff8d Mon Sep 17 00:00:00 2001 From: KoryKessel-Mirantis Date: Fri, 10 Jan 2025 01:35:49 +0100 Subject: [PATCH] Insert configuration note for clusterCIDRIPv4 (CNI). --- content/docs/concepts/cni.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/concepts/cni.md b/content/docs/concepts/cni.md index 51612023..dde6895a 100644 --- a/content/docs/concepts/cni.md +++ b/content/docs/concepts/cni.md @@ -91,7 +91,7 @@ for the Calico provider. | Field | Description | Values | Default | |---------|--------------|---------------|--------------| | `enabled` | Sets the name of the external storage provider. AWS is currently the only available option. | `true` | `true` | -| `clusterCIDRIPv4` | Sets the IP pool in the Kubernetes cluster from which Pods are allocated. | Valid IPv4 CIDR | `192.168.0.0/16` | +| `clusterCIDRIPv4` | Sets the IP pool in the Kubernetes cluster from which Pods are allocated. | Valid IPv4 CIDR | `192.168.0.0/16`

You can easily modify `clusterCIDRIPv4` prior to cluster deployment. Contact Mirantis Support, however, if you need to modify `clusterCIDRIPv4` once your cluster has been deployed.| | `ipAutodetectionMethod` | Sets the autodetecting method for the IPv4 address for the host. | Provider specific[^0] | None | | `mode` | Sets the IPv4 overlay networking mode.[^1] | `ipip`, `vxlan` | `vxlan` | | `vxlanPort` | Sets the VXLAN port for the VXLAN mode. | Valid port number | `4789` |