Fetch the existing MCP and invoking the deployment
curl -o /tmp/worker.ign https://api.clusterName.baseDomain:22623/config/worker
coreos-installer install --firstboot-args="console=tty0 rd.neednet=1" --ignition=/tmp/worker.ign /dev/sda
export install_device=`/dev/nvme2n1`
export firstboot_args='console=tty0 rd.neednet=1'
export KERNEL_ARGS="ip=[fd00:555:22:11::14]::[fd00:555:22:11::1]:64:rwn1.ocp4.example.com:enp3s0f0:none:[fd00:4888:2000:1131::9]"
coreos-installer install --firstboot-args="${firstboot_args} ${KERNEL_ARGS}" --ignition=/path/to/config.ign ${install_device}