mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 02:27:43 +03:00
Adding in certificate serial numbers to manifests (#1392)
This commit is contained in:
committed by
Matthew Mosesohn
parent
783924e671
commit
8ae77e955e
@@ -34,7 +34,7 @@
|
||||
|
||||
- name: "Pre-upgrade | remove etcd-proxy if it exists"
|
||||
command: "{{ docker_bin_dir }}/docker rm -f {{item}}"
|
||||
with_items: "{{etcd_proxy_container.stdout_lines}}"
|
||||
with_items: "{{etcd_proxy_container.stdout_lines|default()}}"
|
||||
|
||||
- name: "Pre-upgrade | see if etcdctl is installed"
|
||||
stat:
|
||||
|
||||
Reference in New Issue
Block a user