Skip to content
Snippets Groups Projects
Commit 576beaa6 authored by Oliver Moser's avatar Oliver Moser Committed by Matthew Mosesohn
Browse files

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
parent 6eb22c5d
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment