You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I enable the Calico CNI in k8s , the subnet of the pods’ IPs can’t be obtained by telepresence exactly. I found some information about the Pod’s CIDR and Calico:
It seems we must enable the Host-local IPAM, then Calico will use the Node.Spec.PodCIDR for pod.
I think the logic of Deriving subnets from IPs of pods should be configureable, then we no need to enable the Host-local IPAM plugin.
Or check whether Calico is deployed in the cluster, and obtain the CIDR from Calico’s blockaffinities, then adding to the pods' CIDRs.
The text was updated successfully, but these errors were encountered:
Hi, when I enable the Calico CNI in k8s , the subnet of the pods’ IPs can’t be obtained by telepresence exactly. I found some information about the Pod’s CIDR and Calico:
https://docs.projectcalico.org/networking/get-started-ip-addresses
projectcalico/calico#2592 (comment)
It seems we must enable the Host-local IPAM, then Calico will use the Node.Spec.PodCIDR for pod.
I think the logic of
Deriving subnets from IPs of pods
should be configureable, then we no need to enable the Host-local IPAM plugin.Or check whether Calico is deployed in the cluster, and obtain the CIDR from Calico’s blockaffinities, then adding to the pods' CIDRs.
The text was updated successfully, but these errors were encountered: