-
I have a working k3s cluster. I would like to add a server to it that has kubeadm, kubelet, and kubectl installed, but without the k3s agent. this is necessary in order to seamlessly migrate to vanilla kubernetes. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
K3s doesn't use kubeadm. Migration to vanilla K8s is not something we support, your going to have to manually migrate any workloads you have over. We do have experimental support for agentless server nodes, but there are major limitations on what you can do with them. See https://docs.k3s.io/advanced#running-agentless-servers-experimental |
Beta Was this translation helpful? Give feedback.
K3s doesn't use kubeadm. Migration to vanilla K8s is not something we support, your going to have to manually migrate any workloads you have over.
We do have experimental support for agentless server nodes, but there are major limitations on what you can do with them. See https://docs.k3s.io/advanced#running-agentless-servers-experimental