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
Tested with v0.5.0-rc4. Ran steps above to download plugins, install docker, install k3s, and apply flannel plugin. Launched a test ubuntu pod and it appeared to get a pod IP (10.42.0.0/16):
root@k3s-node1:~# k3s kubectl get pods -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
ubuntu-pod 1/1 Running 0 31s 10.42.0.15 k3s-node1 <none> <none>
Describe the bug
when using docker, Pod Ip not managed by CNI plugin.
To Reproduce
Expected behavior
Pod IP should be CNI related, not docker default
172.17.xxx
Additional context
Is there any way to indicate
--network-plugin=cni
?The text was updated successfully, but these errors were encountered: