ensure post-upgrade purge ones only once
This commit is contained in:
parent
f953303722
commit
eab686bd56
1 changed files with 1 additions and 0 deletions
|
@ -4,4 +4,5 @@
|
||||||
environment:
|
environment:
|
||||||
ETCDCTL_API: 2
|
ETCDCTL_API: 2
|
||||||
delegate_to: "{{groups['etcd'][0]}}"
|
delegate_to: "{{groups['etcd'][0]}}"
|
||||||
|
run_once: true
|
||||||
when: kube_apiserver_storage_backend == "etcd3" and needs_etcd_migration|bool|default(false)
|
when: kube_apiserver_storage_backend == "etcd3" and needs_etcd_migration|bool|default(false)
|
||||||
|
|
Loading…
Reference in a new issue