monogon icon indicating copy to clipboard operation
monogon copied to clipboard

controlplane: minimum version negotiation/consensus

Open lorenz opened this issue 9 months ago • 1 comments

For updating cleanly we need a system which tracks the minimum version of either the entire control plane or certain control plane components.

For example for K8s 1.25+ we need to remove the builtin PSP RBAC policies as well as bindings. This should however only be done once all control plane nodes are updated to 1.25+. Afterwards we need to make sure that every new control plane role assignment is gated on the node having at minimum the given version.

A similar thing should probably be done for the worker nodes (but there it is much less critical).

/cc @q3k as you probably have opinions on this

lorenz avatar Nov 14 '23 18:11 lorenz