Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTL-3190 Move operator CRD installation to the crds/ folder via a subchart to resolve Helm install ordering issues #1561

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jvoravong
Copy link
Contributor

Description:
Helm install failures occur in rare cases due to deployment order issues:

  • Instrumentation Object: May fail because the Operator and its webhook are not ready.
  • Cert-Manager Certificate: May fail because Cert-Manager is not yet initialized.

Proposed Solution

  • We move needed (Instrumentation) CRD installation into a new local subchart opentelemetry-operator-subchart which is only used for Helm chart installation.

Testing:
TBD

Related Alernative solution: #1559

@atoulme
Copy link
Contributor

atoulme commented Dec 13, 2024

I have tried this fix, but the CI doesn't pass ; same problem with the operator CRDs not being installed early enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants