adamant-kite-43734
04/06/2020, 8:42 PMcrooked-church-67051
04/07/2020, 12:28 AMcurl -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:crooked-church-67051
04/07/2020, 12:49 AMcrooked-church-67051
04/08/2020, 2:03 AM