Bradley Kirchmann
Bradley Kirchmann
@olljanat when I run the Create cluster steps above, I get the following: DEBU[0002] Waiting for node k3d-rke2-server-0 to get ready (Log: 'k3s is up and running') TRAC[0002] NodeWaitForLogMessage: Node...
My deploy kept rolling back after the failure, so I added the ```--no-rollback``` flag I do see the following now: ``` k3d cluster list NAME SERVERS AGENTS LOADBALANCER rke2 1/1...
ok, so the only way I was able to get the image deployed (ollijanatuinen/rke2:v1.21-test or rancher/rke2-runtime:v1.21.6-rc2-rke2r2) was to create a cluster: ``` > k3d cluster create rke2 --no-lb ``` then...
Right, unfortunately I could not get what @olljanat did to work for me. It just fails out and stops, it doesn't stay up and running at all as noted in...