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
My k8s cluster is v1.30.2, which have a master and a node. Now I set the Dual-Stack for flannel(v0.25.4).My flannel net-conf is:
{
"Network": "172.16.0.0/16",
"EnableIPv6": true,
"IPv6network": "fc00:10:245:0:0:0:0:0/110",
"Backend": {
"Type": "vxlan"
}
}
I get this error:
How can I fix this?
The text was updated successfully, but these errors were encountered:
My k8s cluster is v1.30.2, which have a master and a node. Now I set the Dual-Stack for flannel(v0.25.4).My flannel net-conf is:
{
"Network": "172.16.0.0/16",
"EnableIPv6": true,
"IPv6network": "fc00:10:245:0:0:0:0:0/110",
"Backend": {
"Type": "vxlan"
}
}
I get this error:
How can I fix this?
The text was updated successfully, but these errors were encountered: