Hi friends,
am starting to work on the deployment for OKD 4.5 on Proxmox and I have a doubt about how to proceed with some instruction from docs.okd.io
https://docs.okd.io/latest/installi...user-infra-machines-iso_installing-bare-metal
NOTE: I follow the bare metal deployment instructions, because proxmox is not listed in the virtualization solutions, so bare metal is the way to go in this case.
I seems, to configure the machine using ignition files + passing some network config we need to add some kernel commands
it is described in the step 6 from the link above:
In the past I was able to insert a ignition file using the option
in this case the parameter
it would help to automate all the boot processof the OKD infrastructure.
thanks in advance
am starting to work on the deployment for OKD 4.5 on Proxmox and I have a doubt about how to proceed with some instruction from docs.okd.io
https://docs.okd.io/latest/installi...user-infra-machines-iso_installing-bare-metal
NOTE: I follow the bare metal deployment instructions, because proxmox is not listed in the virtualization solutions, so bare metal is the way to go in this case.
I seems, to configure the machine using ignition files + passing some network config we need to add some kernel commands
it is described in the step 6 from the link above:
6. Add the parameters to the kernel command line:
coreos.inst=yes
coreos.inst.install_dev=sda
coreos.inst.image_url=<bare_metal_image_URL>
coreos.inst.ignition_url=http://example.com/config.ign
ip=<dhcp or static IP address>
bond=<bonded_interface>
In the past I was able to insert a ignition file using the option
args
with the follow configuration-fw_cfg name="opt/com.coreos/config",file=/okd-bootstrap.ign
in this case the parameter
fw_cfg
is set, maybe to pass a command to kernel I could do something like kernel
or append
?it would help to automate all the boot processof the OKD infrastructure.
thanks in advance