Closed Staroush closed 4 years ago
Apparently you don't have access to your cluster (the connection refused error). Kubectl needs access to deploy the manifests. Check your node IPs and ports and correct the kubeconfig to point to the cluster.
You don't need to worry about the other nodes or sudo, it just needs the master IP to set the correct API endpoints.
Tip. Wrap your code in code blocks (backticks), makes easier to read.
Closing as got no feedback. Reopen if an error is found.
Hi, Can you help me solve an issue that i got when following your guide? I´ve set up the vars master ip and suffix with my node1 IP. How should I approach this with multiple nodes in cluster? I have set k3s enabled and armExporter and Traefik to true. Should I run all the commands with sudo?
When I do I get
Without sudo I get
What am I doing wrong?
Thanks :)