From 5b46cce52e77925f0802893b93ab97c78502f2df Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Thu, 10 Oct 2024 01:26:25 -0700 Subject: [PATCH] Always copy cert generation scripts to first etcd (#11616) 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