Include /opt/bin in PATH for host deployed kubelet on CoreOS (#1591)

* Include /opt/bin in PATH for host deployed kubelet on CoreOS

* Removing conditional check for CoreOS
This commit is contained in:
Oliver Moser 2017-08-30 15:50:33 +02:00 committed by Matthew Mosesohn
parent 6eb22c5db2
commit 576beaa6a6

View file

@ -72,3 +72,5 @@ KUBELET_CLOUDPROVIDER="--cloud-provider={{ cloud_provider }}"
{% else %}
KUBELET_CLOUDPROVIDER=""
{% endif %}
PATH={{ bin_dir }}:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin