This message was deleted.
# general
a
This message was deleted.
b
I got this all the time!
For us, it was dhcp. Kubernetes expects the IPs to stay static for nodes. We had to go in and reserve the IPs for the VMs as what they originally got registered as, or we had to stonith and let them deploy new ones.
d
All our k8 nodes are static, DHCP is only used for a select few situations but everything in prod is given a static IP. But interesting that you got this behavior also!