I am running a self-hosted RKE2-cluster, and using...
# rke2
a
I am running a self-hosted RKE2-cluster, and using Canal as the CNI. I saw that it is possible to expose metrics for canal when deployed via Rancher, but is the same not possible for RK2 self-hosted? As far as I can see, it is not possible to expose any ports from the daemonset in the packaged Canal-chart: https://github.com/rancher/rke2-charts/blob/main-source/packages/rke2-canal/charts/templates/daemonset.yaml Here is the github issue I found with guidance on how to to enable metrics for Canal: https://github.com/rancher/rke/issues/2008