Role terminology confusion when creating a Node from MetalK8s UI #3170
thomasdanan
started this conversation in
General
Replies: 1 comment
-
Internally we have the 4 distinct roles (and according labels, taints, what gets deployed/bound where,...), and we should stick to those. We decided not to expose all 4 of them in the UI and instead bundle |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When looking at a Node from CLI (
kubectl get node <name>
) or from the UI we can get the Node roles:When we create a Node from MetalK8s UI, the user is asked to choose between 3 roles:
However, those roles are not the node roles and it confuses the user:
Don't you think it would make more sense to use a different label or directly use the description above?
Beta Was this translation helpful? Give feedback.
All reactions