From c782d69e584e251c5b03c7f84601c9d8c82cc64b Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Thu, 4 Dec 2014 15:25:43 -0800 Subject: [PATCH] - make cadvisor port configurable on the kubelet. - added cadvisor port documentation. --- monitoring/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/README.md b/monitoring/README.md index e40cb638..29c756b4 100644 --- a/monitoring/README.md +++ b/monitoring/README.md @@ -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).