linuxkit/contrib/open-vm-tools
Avi Deitcher 76b519705b
Add alpine bcc tools (#4105)
* Update linuxkit/alpine

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* tools/alpine: Update to latest

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* tools: Update to the latest linuxkit/alpine

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* Update use of tools to latest

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* tests: Update packages to the latest linuxkit/alpine

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* Update use of test packages to latest

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* pkgs: Update packages to the latest linuxkit/alpine

Signed-off-by: Avi Deitcher <avi@deitcher.net>

* Update package tags

Signed-off-by: Avi Deitcher <avi@deitcher.net>

---------

Signed-off-by: Avi Deitcher <avi@deitcher.net>
2025-02-17 11:12:49 +02:00
..
open-vm-tools-ds.yaml Add alpine bcc tools (#4105) 2025-02-17 11:12:49 +02:00
README.md contrib: Add kubernetes manifest for open-vm-tools 2020-03-04 22:42:42 +01:00

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; required
  • spec.template.spec.hostPID: true: send the right signal to node, instead of killing the container itself; required
  • spec.template.spec.priorityClassName: system-cluster-critical: critical to a fully functional cluster
  • spec.template.spec.securityContext.privileged: true: gain more privileges than its parent process; required