Fix Kubernetes Node Handling#481
Conversation
|
Pulled this patch in and deployed a single node with the following And it worked just fine... I still need to try a multi-node just to ensure that still works, but it certainly fixes the issue recorded in #437. Thanks!! |
I am unable to grasp what's wrong because I see this even with current
|
It will only match on this hostname if you have a The default examples have a specific entry for You will see that this mac address matches your
So, to fix this, rename your You have, however, stumbled on an issue: should we block the install if the available nodes don't match the desired node names in |
ldevulder
left a comment
There was a problem hiding this comment.
LGTM. Manually tested the fix on my lab, works as expected!
|
Thanks @rdoxenham for elaborate responses. 🙏🏽
I spent unreasonable time yesterday and today trying to understand what's going on here. At least something (a bug that caused me to not face another bug) useful came out of it. 😂 |
Closes #437