Replies: 3 comments
-
I can see during the install that it is adding namespaces:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I managed to turn on the k3s-init logs and see a lot of this:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
So it looks like it is related to NFS and how containerd works. The overlay stuff wasn't working. I had to install fuse: and then I added this to my extra server args:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a PXE/NFS booted pi cluster, it looks like everything installs and it hangs up trying to check if the server nodes have joined.
Expected Behavior
Setup should finish
Current Behavior
Setup errors out:
Steps to Reproduce
ansible-playbook site.yml -i inventory/valhalla/hosts.ini
Context (variables)
Operating system:
Raspbian Bookworm
Hardware:
Rapsberry PI 4 8gb with POE hats
Variables Used
all.yml
Hosts
host.ini
Possible Solution
I did connect in and try to see what I could see with get nodes:
I also ran k3s check-config and that came back clean for the box
Beta Was this translation helpful? Give feedback.
All reactions