k3s/cluster/addons/cluster-monitoring
Euan Kemp b8d2099b3f cluster: bindmount more cert paths
/etc/ssl/certs is currently mounted through in a number of places.
However, on Gentoo and CoreOS (and probably others), the files in
/etc/ssl/certs are just symlinks to files in /usr/share/ca-certificates.

For these components to correclty work, the target of the symlinks needs
to be available as well.

This is especially important for kube-controller-manager, where this
issue was noticed.

This change was originally part of #33965, but was split out for ease of
review.
2016-12-07 15:21:53 -08:00
..
google cluster: bindmount more cert paths 2016-12-07 15:21:53 -08:00
googleinfluxdb cluster: bindmount more cert paths 2016-12-07 15:21:53 -08:00
influxdb Migrates addons from using ReplicationControllers to Deployments 2016-11-09 09:17:05 -08:00
standalone Migrates addons from using ReplicationControllers to Deployments 2016-11-09 09:17:05 -08:00
README.md Updated documentation about monitoring addons 2016-03-16 10:10:55 +01:00

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.

Analytics