Hey all! I'm new here and noob to the clusters stuff. I followed this document to install rancher on K3s:
https://docs.rancherdesktop.io/how-to-guides/rancher-on-rancher-desktop/
Everything works perfect but after I restart my pc and launch rancher desktop I see K3s up in kubectl. But also I see no containers running image in "nerdctl ps" output including the rancher one.
So I can't login back using the password I setup. If I run new rancher container with the instruction from docs:
nerdctl run --privileged -d --restart=no -p 8080:80 -p 8443:443 rancher/rancher
It prompts me for the Bootstrap Password and setting the user password again. What should I do to preserve the user passwrord from the first setup and use it across the reboots?