Open wanGiB opened 2 weeks ago
Hi,
Here you can find the official K3s documentation on this topic. Just as a note, while our cloud controller manager works with K3s, we don’t directly support K3s itself, as this question seems more specific to K3s than to our product.
In general, this looks good to me. As described in the kubelet cli reference, the value should be set to external
, if you are running a external cloud controller manager, like ours.
Did you experience any issues while testing?
Best Regards
Lukas
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?