Skip to content

Commit 73d251f

Browse files
Add kube-proxy clusterCIDR note to migrate pools documentation
Co-authored-by: caseydavenport <1944093+caseydavenport@users.noreply.github.com>
1 parent 06ebcc7 commit 73d251f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

calico-cloud/networking/ipam/migrate-pools.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ If you follow these steps, existing pod connectivity will not be affected. (If y
4848

4949
It is highly recommended that your Calico IP pools are within the Kubernetes cluster CIDR. If pods IPs are allocated from outside of the Kubernetes cluster CIDR, some traffic flows may have NAT applied unnecessarily causing unexpected behavior.
5050

51+
Additionally, if your cluster uses the `--cluster-cidr` argument with kube-proxy, ensure that the cluster CIDR includes the new IP pool CIDR. Some clusters may not specify a cluster CIDR, and others may already have a cluster CIDR that encompasses the new pool, in which case no kube-proxy configuration change is needed.
52+
5153
:::
5254

5355
1. Disable the old IP pool.

calico-enterprise/networking/ipam/migrate-pools.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ If you follow these steps, existing pod connectivity will not be affected. (If y
5050

5151
It is highly recommended that your Calico IP pools are within the Kubernetes cluster CIDR. If pods IPs are allocated from outside of the Kubernetes cluster CIDR, some traffic flows may have NAT applied unnecessarily causing unexpected behavior.
5252

53+
Additionally, if your cluster uses the `--cluster-cidr` argument with kube-proxy, ensure that the cluster CIDR includes the new IP pool CIDR. Some clusters may not specify a cluster CIDR, and others may already have a cluster CIDR that encompasses the new pool, in which case no kube-proxy configuration change is needed.
54+
5355
:::
5456

5557
1. Disable the old IP pool.

calico/networking/ipam/migrate-pools.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ If you follow these steps, existing pod connectivity will not be affected. (If y
5050

5151
It is highly recommended that your Calico IP pools are within the Kubernetes cluster CIDR. If pods IPs are allocated from outside of the Kubernetes cluster CIDR, some traffic flows may have NAT applied unnecessarily causing unexpected behavior.
5252

53+
Additionally, if your cluster uses the `--cluster-cidr` argument with kube-proxy, ensure that the cluster CIDR includes the new IP pool CIDR. Some clusters may not specify a cluster CIDR, and others may already have a cluster CIDR that encompasses the new pool, in which case no kube-proxy configuration change is needed.
54+
5355
:::
5456

5557
1. Disable the old IP pool.

0 commit comments

Comments
 (0)