-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
machineInventory label does not accept IPv6 address #115
Comments
It's also strange that the
|
1 - Yes, no ipv6 labels should never be passed as a label there, they will never be accepted due to the constraints (no |
we could preserve those by encoding them somehow (base64?) so they are stored, but not sure if they would be used anywhere. |
if/how these labels/values are used is the actual question 🤔 |
Postponed until after Rancher/Kubernetes fully supports IPv6 |
As far as I could see when I went down that rabbit hole, those labels were not used anywhere. And the only person who added them is no loger available so.... Im not sure they are used anywhere or they were supposed to be something. When deploying a node, the We should think of dropping them until we understand where and how they are needed, so we can add them back if necessary. No point in having extra stuff that we dont understand in the code. |
Completely agree... addressed in #154 (labels removed). |
Can we reopen this? Looks like this was an issue for ipv6 and we need this for ipv4 as of now. |
The underlying problem is Kubernetes setting restrictions on label values 🤦🏻 Not sure how to solve this in elemental-operator. (Well, except for wrapping stuff in base64 🤯 ) |
When a system gets an IPv6 address assigned,
elemental-system-agent sentinel
runswhich is not accepted by
elemental-operator
The text was updated successfully, but these errors were encountered: