mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-14 20:28:39 +00:00
From Kubernetes v1.20.0 Release notes: The label applied to control-plane nodes "node-role.kubernetes.io/master" is now deprecated and will be removed in a future release after a GA deprecation period. Introduce a new label "node-role.kubernetes.io/control-plane" that will be applied in parallel to "node-role.kubernetes.io/master" until the removal of the "node-role.kubernetes.io/master" label. xref: https://kubernetes.io/docs/setup/release/notes/#no-really-you-must-read-this-before-you-upgrade Signed-off-by: Alex Szakaly <alex.szakaly@gmail.com>