Browse Source

Always copy cert generation scripts to first etcd (#11612)

If we don't, existing installation would not pick up fix to that script,
such as dc33a1971d.
pull/11619/head
Max Gautier 1 month ago
committed by GitHub
parent
commit
b4768cfa91
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions
  1. 1
      roles/etcd/tasks/gen_certs_script.yml

1
roles/etcd/tasks/gen_certs_script.yml

@ -35,7 +35,6 @@
mode: "0700"
run_once: true
when:
- gen_certs | default(false)
- inventory_hostname == groups['etcd'][0]
- name: Gen_certs | run cert generation script for etcd and kube control plane nodes

Loading…
Cancel
Save