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
Observing pods with the same pod IP address in k8s cluster using flannel. I read here that it's apparently not flannel's job to assign IP addresses. But I'm at a loss how to fix, not sure how IP addresses actually get assigned but it's in flannels subnet so not completely unrelated to flannel. There is no clues in the troubleshooting guide.
Expected Behavior
Each pod has unique IP address
Current Behavior
Pods with same IP address
Possible Solution
No idea! Give me a hint please.
Steps to Reproduce (for bugs)
Setting up cluster on VM as described here.
Install flannel:
kubectl patch node test-vm{4..6} -p '{ "spec": { "podCIDR": "10.244.0.0/16" } }' # Had to do this to get flannel to start.
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
Observing pods with the same pod IP address in k8s cluster using flannel. I read here that it's apparently not flannel's job to assign IP addresses. But I'm at a loss how to fix, not sure how IP addresses actually get assigned but it's in flannels subnet so not completely unrelated to flannel. There is no clues in the troubleshooting guide.
Expected Behavior
Each pod has unique IP address
Current Behavior
Pods with same IP address
Possible Solution
No idea! Give me a hint please.
Steps to Reproduce (for bugs)
Context
Pod networking is not working.
Your Environment
The text was updated successfully, but these errors were encountered: