mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Removing an invalid reference to cadvisor from salt.
It looks like this was left over from https://github.com/kubernetes/kubernetes/pull/23316
This commit is contained in:
parent
5ea2940cfe
commit
001678991b
@ -61,7 +61,6 @@ base:
|
|||||||
{% if grains['cloud'] is defined and not grains.cloud in [ 'aws', 'gce', 'vagrant', 'vsphere', 'openstack' ] %}
|
{% if grains['cloud'] is defined and not grains.cloud in [ 'aws', 'gce', 'vagrant', 'vsphere', 'openstack' ] %}
|
||||||
- nginx
|
- nginx
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- cadvisor
|
|
||||||
- kube-client-tools
|
- kube-client-tools
|
||||||
- kube-master-addons
|
- kube-master-addons
|
||||||
- kube-admission-controls
|
- kube-admission-controls
|
||||||
|
Loading…
Reference in New Issue
Block a user