You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows to set `node-role.kubernetes.io/$ROLE` labels on a Node
object, where `$ROLE` can be `bootstrap`, `etcd`, `master` and `node`,
which will then determine the `highstate` of the node. Furthermore, it
requires a `metalk8s.scality.com/version` label to select a MetalK8s
version (actually, `saltenv`) to be used.
It also removes the `node-role.kubernetes.io/master` Taint from the
bootstrap Node, and replaces it with a
`node-role.kubernetes.io/bootstrap` Taint, which is tolerated by
CoreDNS and the UI. This is a special-case of the
`node-role.kubernetes.io/master` Taint which would not permit such
services to run on the node.
See: scality#925
See: scality#925
See: scality#742
See: scality#742
See: scality#903
See: scality#903
0 commit comments