k3s/cluster/addons/cluster-monitoring
Kubernetes Prow Robot df117c7625
Merge pull request #73637 from ramnar/branch_bug_fix
Removes deprecated label kubernetes.io/cluster-service in yaml files of kubernetes add-ons. Bug fix #72757
2019-05-08 14:31:51 -07:00
..
google Merge pull request #73637 from ramnar/branch_bug_fix 2019-05-08 14:31:51 -07:00
googleinfluxdb Bug fix 72757 2019-02-01 19:37:51 +05:30
influxdb Merge pull request #73637 from ramnar/branch_bug_fix 2019-05-08 14:31:51 -07:00
stackdriver Merge pull request #73637 from ramnar/branch_bug_fix 2019-05-08 14:31:51 -07:00
standalone Merge pull request #73637 from ramnar/branch_bug_fix 2019-05-08 14:31:51 -07:00
OWNERS Prune directxman12 from metrics/autoscaling OWNERS 2019-04-03 16:24:51 -07:00
README.md Add Troubleshooting sections to Heapster and Metrics Server addons documentation 2018-03-13 15:10:13 +01:00
heapster-rbac.yaml Bug fix 72757 2019-02-01 19:37:51 +05:30

README.md

Kubernetes Monitoring

Heapster enables monitoring and performance analysis in Kubernetes Clusters. Heapster collects signals from kubelets and the api server, processes them, and exports them via REST APIs or to a configurable timeseries storage backend.

More details can be found in Monitoring user guide.

Troubleshooting

Heapster supports up to 30 pods per cluster node. In clusters where there are more running pods, Heapster may be throttled or fail with OOM error. Starting with Kubernetes 1.9.2, Heapster resource requirements may be overwritten manually. Learn more about Addon Resizer configuration

Important notices

Decreasing resource requirements for cluster addons may cause system instability. The effects may include (but are not limited to):

  • Metrics not being exported
  • Horizontal Pod Autoscaler not working
  • kubectl top not working

Overwritten configuration persists through cluster updates, therefore may cause all effects above after a cluster update.

Analytics