This message was deleted.
# general
a
This message was deleted.
q
Can you share more info about what's happening when you try to join the master and a brief description of your environment?
f
I am new to rancher and k8s. I get the following error when I try to build a cluster (k8s-home) with Rancher.
Rancher is set up with docker.
$ sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --privileged rancher/rancher
The cluster is set up with the following configuration
All I did was add the master node with the Registration Command. I used raspberry pi 4 model B as the master node.
systemctl status rancher-system-agent displayed the following error
Mar 19 115447 ubuntu rancher-system-agent[2286210]: time=“2023-03-19T115447Z” level=error msg=“error loading CA cert for probe (>
Mar 19 115447 ubuntu rancher-system-agent[2286210]: time=“2023-03-19T115447Z” level=error msg=“error while appending ca cert to >
Mar 19 115447 ubuntu rancher-system-agent[2286210]: time=“2023-03-19T115447Z” level=error msg=“error encountered during parsing >
Mar 19 115447 ubuntu rancher-system-agent[2286210]: time=“2023-03-19T115447Z” level=error msg=“error loading x509 client cert/ke>
Mar 19 115447 ubuntu rancher-system-agent[2286210]: time=“2023-03-19T115447Z” level=error msg=“error loading CA cert for probe (>
Mar 19 115447 ubuntu rancher-system-agent[2286210]: time=“2023-03-19T115447Z” level=error msg=“error while appending ca cert to >
Mar 19 115447 ubuntu rancher-system-agent[2286210]: time=“2023-03-19T115447Z” level=error msg=“error loading CA cert for probe (>
Mar 19 115447 ubuntu rancher-system-agent[2286210]: time=“2023-03-19T115447Z” level=error msg=“error while appending ca cert to >
Mar 19 115447 ubuntu rancher-system-agent[2286210]: time=“2023-03-19T115447Z” level=error msg=“error loading CA cert for probe (>
Mar 19 115447 ubuntu rancher-system-agent[2286210]: time=“2023-03-19T115447Z” level=error msg=“error while appending ca cert to >
~
This is the log of
journalctl -u rancher-system-agent
p
Copy code
level=error msg="error while staging: no child with platform linux/arm64 in index rancher/system-agent-installer-rke2
theres your issue
rke2 installer doesnt support arm (pi) out of the box
👀 1
😇 1
f
Thank you !
p
np! k3s does support arm64 if your looking for a kubernetes option, i have a 5 node pi cluster on k3s that i use for testing.
👍 1
f
Thanks a lot!! I try it later!
Thanks to you, now I have a cluster! I’m going to start touching things up now!
🙌 1