|
I need to pass the following to k3s during the installation, but I'm not sure how best to go about it. [Service]
Environment="KUBELET_EXTRA_ARGS=--cloud-provider=external"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? |
Answered by
brandond
Oct 21, 2024
Replies: 1 comment 8 replies
|
K3s already starts the kubelet with |
8 replies
Answer selected by
wanclem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
K3s already starts the kubelet with
--cloud-provider=externalby 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