Remove cAdvisor manifest from cluster startup.

cAdvisor is now integrated into the Kubelet and runs inside of it.
This commit is contained in:
Victor Marmol
2015-03-09 22:39:58 -07:00
parent 663a97d139
commit 1a7f7245e7
6 changed files with 4 additions and 84 deletions

View File

@@ -72,6 +72,3 @@ kubelet:
- file: /etc/init.d/kubelet
{% endif %}
- file: /var/lib/kubelet/kubernetes_auth
{% if pillar.get('enable_node_monitoring', '').lower() == 'true' %}
- file: /etc/kubernetes/manifests/cadvisor.manifest
{% endif %}