Hi,
I have a few RKE clusters that were spawned using the Rancher 2.4.4 UI. I need to get Datadog monitoring working on them, but the problem is that by default, RKE does not allow unauthenticated access to the Kubelet API which Datadog needs.
I have read this document: https://rancher.com/blog/2018/2018-07-16-how-to-deploy-datadog/ and it says that we’d have to add an extra arg read-only-port
10255 to Kubelet.
How do you update Kubelet on an RKE cluster spawned using the Rancher UI to add that arg?
Thanks,
Leo