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
The configured pod CIDR for the CI is 10.233.64.0/18 but the pods get IP addresses like 172.17.0.6 and 172.17.0.7 which are allocated from the default docker network.
I tried forcing the use of calico with setting the cri-dockerd command line like this:
We pursued an implementation of cri-dockerd in kubespray kubernetes-sigs/kubespray#8623 , an ansible based kubernetes deployment tool.
In the linked PR we discovered that the cri-dockerd does not use the configured CNI resulting in incorrect pod addressing.
Failed CI runs:
The configured pod CIDR for the CI is 10.233.64.0/18 but the pods get IP addresses like 172.17.0.6 and 172.17.0.7 which are allocated from the default docker network.
I tried forcing the use of calico with setting the cri-dockerd command line like this:
But I get the following error when starting cri-dockerd:
The test CNI configuration:
The text was updated successfully, but these errors were encountered: