mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-15 14:03:51 +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>
open-vm-tools
This should allow end-users to gracefully reboot or shutdown Kubernetes nodes (incuding control planes) running on vSphere Hypervisor.
Furthermore, it is also mandatory to have open-vm-tools
installed on your Kubernetes nodes to use vSphere Cloud Provider (i.e. determinte virtual machine's FQDN).
Remarks:
spec.template.spec.hostNetwork: true
: correctly report node IP address; requiredspec.template.spec.hostPID: true
: send the right signal to node, instead of killing the container itself; requiredspec.template.spec.priorityClassName: system-cluster-critical
: critical to a fully functional clusterspec.template.spec.securityContext.privileged: true
: gain more privileges than its parent process; required