Removing an invalid reference to cadvisor from salt.

It looks like this was left over from https://github.com/kubernetes/kubernetes/pull/23316
pull/6/head
Elson O Rodriguez 2016-04-22 11:30:10 -07:00 committed by Lukasz Zajaczkowski
parent 5ea2940cfe
commit 001678991b
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ base:
{% if grains['cloud'] is defined and not grains.cloud in [ 'aws', 'gce', 'vagrant', 'vsphere', 'openstack' ] %}
- nginx
{% endif %}
- cadvisor
- kube-client-tools
- kube-master-addons
- kube-admission-controls