Skip to content

Commit

Permalink
Fix recover-control-plane undefined 'proxy_disable_env' variable (#7326)
Browse files Browse the repository at this point in the history
  • Loading branch information
floryut authored Mar 1, 2021
1 parent 15f1b19 commit 05adeed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recover-control-plane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- hosts: "{{ groups['kube-master'] | first }}"
environment: "{{ proxy_disable_env }}"
roles:
- { role: kubespray-defaults}
- { role: recover_control_plane/control-plane }

- include: cluster.yml
Expand Down

0 comments on commit 05adeed

Please sign in to comment.