-
I need to pass the following to k3s during the installation, but I'm not sure how best to go about it.
I have the following set up for the control planes: The first etcd server:
And the following when joining additional servers
And here is the equivalent script when joining worker nodes to the cluster:
I just want to be sure if this way of setting the cloud provider external flag is correct in k3s? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
K3s already starts the kubelet with |
Beta Was this translation helpful? Give feedback.
K3s already starts the kubelet with
--cloud-provider=external
by default. What specifically are you trying to accomplish? If you want to deploy your own CCM, you should disable the one built in to K3s. This is covered in the docs: https://docs.k3s.io/networking/networking-services#deploying-an-external-cloud-controller-manager