Fix recover-control-plane undefined 'proxy_disable_env' variable (#7326)
(cherry picked from commit 05adeed1fa
)
Conflicts:
recover-control-plane.yml
This commit is contained in:
parent
5d4fcbc5a1
commit
e7cc686beb
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue