Skip to content

Commit

Permalink
Always copy cert generation scripts to first etcd (#11612)
Browse files Browse the repository at this point in the history
If we don't, existing installation would not pick up fix to that script,
such as dc33a19.
  • Loading branch information
VannTen authored Oct 9, 2024
1 parent a16d7b4 commit b4768cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/etcd/tasks/gen_certs_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4768cf

Please sign in to comment.