typhoon/bare-metal/flatcar-linux/kubernetes/worker
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
..
butane Add support for devince binding 2023-03-03 10:41:56 +01:00
matchbox.tf Add support for devince binding 2023-03-03 10:41:56 +01:00
ssh.tf Restructure bare-metal module to use a worker submodule 2023-02-09 08:29:28 -08:00
variables.tf Restructure bare-metal module to use a worker submodule 2023-02-09 08:29:28 -08:00
versions.tf Restructure bare-metal module to use a worker submodule 2023-02-09 08:29:28 -08:00