Fix etcd_events not getting upgraded in upgrade-cluster.yml (#8550)
Signed-off-by: Mac Chaffee <me@macchaffee.com>
This commit is contained in:
parent
063fc525b1
commit
97c667f67c
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
||||||
tags: etcd
|
tags: etcd
|
||||||
vars:
|
vars:
|
||||||
etcd_cluster_setup: true
|
etcd_cluster_setup: true
|
||||||
etcd_events_cluster_setup: false
|
etcd_events_cluster_setup: "{{ etcd_events_cluster_enabled }}"
|
||||||
when: not etcd_kubeadm_enabled | default(false)
|
when: not etcd_kubeadm_enabled | default(false)
|
||||||
|
|
||||||
- hosts: k8s_cluster
|
- hosts: k8s_cluster
|
||||||
|
|
Loading…
Reference in a new issue