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
After created a new cluster with cctl using --pod-network 192.168.5.0/16 --service-network 192.169.0.0/24 as options the host flannel.1 interface gets the inet address 192.168.0.0/32 and cni0 gets 192.168.0.1/24 which became in conflict with my network.
Inside the flannel container the /run/flannel/subnet.env file content is:
After created a new cluster with cctl using
--pod-network 192.168.5.0/16 --service-network 192.169.0.0/24
as options the host flannel.1 interface gets the inet address192.168.0.0/32
and cni0 gets192.168.0.1/24
which became in conflict with my network.Inside the flannel container the /run/flannel/subnet.env file content is:
and the /etc/kube-flannel/net-conf.json file is:
Can you figure what is going on?
The text was updated successfully, but these errors were encountered: