Skip to content
Snippets Groups Projects
Commit 333f1a4a authored by Vitaliy Dmitriev's avatar Vitaliy Dmitriev Committed by Kubernetes Prow Robot
Browse files

kubeadm join path fixed for RH linux (#4798)

parent 84b27802
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@
- name: Join to cluster if needed
environment:
PATH: "{{ bin_dir }}:{{ ansible_env.PATH }}"
PATH: "{{ bin_dir }}:{{ ansible_env.PATH }}:/sbin" # Make sure we can workaround RH / CentOS conservative path management
when: not is_kube_master and (not kubelet_conf.stat.exists)
block:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment