Browse Source

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

pull/7337/head
Florian Ruynat 4 years ago
committed by GitHub
parent
commit
05adeed1fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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/control-plane }
- include: cluster.yml

Loading…
Cancel
Save