typhoon/bare-metal
Philippe Caseiro 949cc2199b Add support for devince binding
In some cases we need to use block devices directly (Physical volume
storage).

This new variable allows the user to mount devices with the --device
option for flatcar baremetal.

How to use :

add a list of objects like this to the cluster definition :

worker_bind_devices = [
  { source = "/dev/sdb" target = "/dev/sdb" },
  { source = "/dev/sdc" target = "/dev/sdd" },
  { source = "/dev/sdd" target = "/dev/sdd" }
]

This will bind the source device on the target directory in evry node.
2023-03-03 10:41:56 +01:00
..
fedora-coreos/kubernetes Update Kubernetes from v1.26.1 to v1.26.2 2023-03-01 17:13:16 -08:00
flatcar-linux/kubernetes Add support for devince binding 2023-03-03 10:41:56 +01:00