This message was deleted.
# k3s
a
This message was deleted.
c
"If I run server command following by agent, it ends with Master role only" What I tried is after setting up a node as a server (
curl -fL <https://get.k3s.io> | K3S_TOKEN='randomtoken' sh -s - server --server <https://1.2.3.4:6443>
) I understood the server was only running the control plane, not as a worker. So I also ran
curl -fL <https://get.k3s.io> | K3S_TOKEN='randomtoken' sh -s - agent --server <https://1.2.3.4:6443>
on the same server with the idea that it would allow the node to be also a worker. I expected something like this:
here is what I see (I spawed a new cluster)
While you are here, CPU and RAM are not shown either on the Global page (but you can see it in Nodes)