Merge pull request #2759 from mikedanese/configure-cadvisor-port

make cadvisor port configurable on the kubelet
This commit is contained in:
Brendan Burns 2014-12-09 15:21:35 -08:00
commit 61dd043350
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# Heapster
Heapster enables monitoring of Kubernetes Clusters using [cAdvisor](https://github.com/google/cadvisor). Detailed information about heapster can be found [here](https://github.com/GoogleCloudPlatform/heapster).
Heapster enables monitoring of Kubernetes Clusters using [cAdvisor](https://github.com/google/cadvisor). The kubelet will communicate with an instance of cAdvisor running on localhost and proxy container stats to Heapster. Kubelet will attempt to connect to cAdvisor on port 4194 by default but this port can be configured with kubelet's `-cadvisor_port` run flag. Detailed information about heapster can be found [here](https://github.com/GoogleCloudPlatform/heapster).