This message was deleted.
# random
a
This message was deleted.
c
I’m not sure we have the same wording anywhere in the rke2 docs, but it is the same embedded CCM as K3s uses: https://docs.k3s.io/networking#deploying-an-external-cloud-controller-manager
K3s provides an embedded Cloud Controller Manager (CCM) stub that does the following:
• Sets node InternalIP and ExternalIP address fields based on the
--node-ip
and
--node-external-ip
flags.
• Hosts the ServiceLB LoadBalancer controller.
• Clears the
<http://node.cloudprovider.kubernetes.io/uninitialized|node.cloudprovider.kubernetes.io/uninitialized>
taint that is present when the cloud-provider is set to
external
👍 1
b
Thanks so much!