-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Helm job clustermesh-apiserver-generate-certs never created #42045
Copy link
Copy link
Closed
Labels
area/agentCilium agent related.Cilium agent related.area/clustermeshRelates to multi-cluster routing functionality in Cilium.Relates to multi-cluster routing functionality in Cilium.area/helmImpacts helm charts and user deployment experienceImpacts helm charts and user deployment experiencekind/bugThis is a bug in the Cilium logic.This is a bug in the Cilium logic.kind/community-reportThis was reported by a user in the Cilium community, eg via Slack.This was reported by a user in the Cilium community, eg via Slack.
Metadata
Metadata
Assignees
Labels
area/agentCilium agent related.Cilium agent related.area/clustermeshRelates to multi-cluster routing functionality in Cilium.Relates to multi-cluster routing functionality in Cilium.area/helmImpacts helm charts and user deployment experienceImpacts helm charts and user deployment experiencekind/bugThis is a bug in the Cilium logic.This is a bug in the Cilium logic.kind/community-reportThis was reported by a user in the Cilium community, eg via Slack.This was reported by a user in the Cilium community, eg via Slack.
Is there an existing issue for this?
Version
equal or higher than v1.18.2 and lower than v1.19.0
What happened?
The job
clustermesh-apiserver-generate-certsis never created because of the helm-hookspost-installbecause theclustermesh-apiserverPODs only get healthy after the certificates are created. Chicken-and-egg problem.Workaround is to manually create the job:
How can we reproduce the issue?
Create fresh clustermesh with
tls.auto.method=cronJobCilium Version
Cilium 1.18.2
Kernel Version
[ec2-user@ip-10-1-182-52 ~]$ uname -a
Linux ip-10-1-182-52.eu-central-1.compute.internal 6.1.150-174.273.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Sep 9 12:21:26 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Kubernetes Version
EKS 1.32
Regression
No response
Sysdump
No response
Relevant log output
Anything else?
No response
Cilium Users Document
Code of Conduct