I am trying to create a K3OS kubernetes cluster on Proxmox.
K3OS all install process can be easily automated by simply booting from the install ISO and pointing the install command to a `config.yaml` file.
Also, K3OS accepts a series of kernel cmdline parameters in order to start the install process automatically, defining, amongst other things, where to find that `config.yaml` file (more info here https://github.com/rancher/k3os).
My question is, is it possible to pass the comandline parameters: `k3os.mode=install k3os.install.config_url=http://myserver.org/config.yaml` when starting a VM in proxmox? How to do it?
K3OS all install process can be easily automated by simply booting from the install ISO and pointing the install command to a `config.yaml` file.
Also, K3OS accepts a series of kernel cmdline parameters in order to start the install process automatically, defining, amongst other things, where to find that `config.yaml` file (more info here https://github.com/rancher/k3os).
My question is, is it possible to pass the comandline parameters: `k3os.mode=install k3os.install.config_url=http://myserver.org/config.yaml` when starting a VM in proxmox? How to do it?