Officially support Rancher and RKE2

7 votes

For RKE2, the cadvisor has to run with an additional args (if configuted via values.yaml) as the location of the containerd.sock differs in Rancher vs. other Kubernetes distros:
additionalArgs:
[...]
- "--containerd=/run/k3s/containerd/containerd.sock"

As well, it would be good to support monitoring via the Rancher API proxy (currently one has to set the control plane nodes as the API endpoint or via an ingress representing the control plane node API server service).

In progress Suggested by: Martin Upvoted: 19 Sep Comments: 1

Comments: 1

Add a comment

0 / 1,000

* Your name will be publicly visible

* Your email will be visible only to moderators