You're running two clusters. One is native k3s with one node running directly on the ec2 instance, and another one is in k3d with 6 nodes running in containers. You should probably decide which way you want to use k3s and just do one of them.
h
handsome-answer-69741
05/20/2022, 8:17 AM
Thanks, I would like to use k3d with 6 nodes, how do I switch to it?
c
creamy-pencil-82913
05/20/2022, 8:29 AM
Uninstall k3s, and follow the link someone else posted outside this thread. The k3d docs are quite good.
❤️ 1
h
handsome-answer-69741
05/20/2022, 8:56 AM
Uninstalled, but I am facing an issue now when running kubectl commands:
• Error from server (ServiceUnavailable): the server is currently unable to handle the request
• In docker logs for one agent (level=error msg="failed to get CA certs: <https//....../cacerts> 503 Service Unavailable")