Name |
Last commit
|
Last update |
---|---|---|
charts | ||
test | ||
.gitignore | ||
LICENSE | ||
README.md |
**Problem:** The `Flunetd` pane from `Rancher Components` dashboard cannot show the right counting of fluentd Pods **Solution:** Change `sum(kube_pod_info{pod=~"fluentd.*"})` to `sum(kube_pod_info{pod=~".*fluentd.*",pod!~".*aggregator.*"})` **Issue:** https://github.com/rancher/rancher/issues/19722