Browse Source

Fix recover-control-plane undefined 'proxy_disable_env' variable (#7326)

(cherry picked from commit 05adeed1fa)

Conflicts:
	recover-control-plane.yml
pull/7368/head
Florian Ruynat 3 years ago
committed by Kubernetes Prow Robot
parent
commit
e7cc686beb
1 changed files with 1 additions and 0 deletions
  1. 1
      recover-control-plane.yml

1
recover-control-plane.yml

@ -18,6 +18,7 @@
- hosts: "{{ groups['kube-master'] | first }}"
environment: "{{ proxy_disable_env }}"
roles:
- { role: kubespray-defaults}
- { role: recover_control_plane/master }
- include: cluster.yml

Loading…
Cancel
Save