coreos / coreos-kubernetes

CoreOS Container Linux+Kubernetes documentation & Vagrant installers
https://coreos.com/kubernetes/docs/latest/
Apache License 2.0
1.1k stars 466 forks source link

Retain IP address assignments on reboot or kubelet restarts #837

Closed emptywee closed 7 years ago

emptywee commented 7 years ago

This will prevent from assigning the same IP addresses to new pods after node reboot or kubelet restart.

See https://github.com/coreos/kube-aws/pull/64/files and https://github.com/coreos/kube-aws/issues/60 for more details.

aaronlevy commented 7 years ago

Good catch @emptywee .

Would you mind squashing into a single commit?