Can create non-namespaced resources error #6025
-
After following the guide on linkerd.com to install it on my K3sup Cluster server, I have run into a few problems. Bear with me if this is an easy fix, I am still learning how clusters work and Linkerd. My environment is Ubuntu Server LTS 20.04.2 on a Raspberry Pi4 which has K3sup installed. I have set up the nodes properly and when I pull my nodes in the terminal, this is what it shows.
I have installed everything and when I run
Running through
When I run
When I open the link on my machine, the site cannot be reached. What is the solution to this problem? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @CoreyCBurton 👋🏻 , The errors you are seeing with The error you are seeing with If the assumption here is correct then the fix is pretty simple: you can either set up a port-forward (e.g LocalForward 8084 over ssh so you can connect to localhost:8084 on your local machine and then port-forward the pod) or set up an ingress. Let me know what you think and if this helps you out :) |
Beta Was this translation helpful? Give feedback.
-
There is a solution to this problem. I was opening |
Beta Was this translation helpful? Give feedback.
There is a solution to this problem. I was opening
linkerd viz dashboard &
on my master node. I exported my kubeconfig on my local machine and install Linkerd there. I was able to connect to the http://localhost:50750.