okd4-single-node-cluster
okd4-single-node-cluster copied to clipboard
No such file or directory
Every time when I tried to run DeployOkdSnc.sh I get the following error: `+ /root/okd4-snc/work-dir/fcct -d /root/okd4-snc/okd4-install-dir/ -o /root/okd4-snc/work-dir/ignition/bootstrap.ign cat: /root/okd4-snc/work-dir/ignition/bootstrap.yml: No such file or directory Error translating config: Error parsing variant. Variant must be specified
- cat /root/okd4-snc/work-dir/ignition/master.yml
- /root/okd4-snc/work-dir/fcct -d /root/okd4-snc/okd4-install-dir/ -o /root/okd4-snc/work-dir/ignition/master.ign cat: /root/okd4-snc/work-dir/ignition/master.yml: No such file or directory Error translating config: Error parsing variant. Variant must be specified `
@mor-sound I'm actually not maintaining this project anymore. I've kept it for reference.
The issue is probably related to the fact that the fcct
tool got renamed to butane
a while back.
https://github.com/coreos/butane
These instructions are also for a pretty old version of OKD.
The updated version can be found on my blog: https://upstreamwithoutapaddle.com/blog%20post/2022/01/16/Let-It-Sno.html. However, I realize that it is quite different from this older setup. This blog post creates a bare metal single node cluster.
I do have some updated instructions coming soon for setting up a single node cluster with KVM.
The updated instructions will be here: https://upstreamwithoutapaddle.com/home-lab/lab-intro/
Ok thanks for your help anyway :-)