From c6f759753337c52287dfc1978540d2757e5046c3 Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:36:20 -0700 Subject: [PATCH] Always copy cert generation scripts to first etcd (#11614) If we don't, existing installation would not pick up fix to that script, such as dc33a1971d. Co-authored-by: Max Gautier --- roles/etcd/tasks/gen_certs_script.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/etcd/tasks/gen_certs_script.yml b/roles/etcd/tasks/gen_certs_script.yml index 33e9d94c6..d9bbd0a73 100644 --- a/roles/etcd/tasks/gen_certs_script.yml +++ b/roles/etcd/tasks/gen_certs_script.yml @@ -35,7 +35,6 @@ mode: 0700 run_once: yes when: - - gen_certs | default(false) - inventory_hostname == groups['etcd'][0] - name: Gen_certs | run cert generation script for etcd and kube control plane nodes