You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if the kube-stack Chart could be installed as a single pipeline step, and conditionally add the cert-manager dependency. Has this been considered previously? Are there any known blockers?
Optional dependency
I have tried to add the cert-manager Helm Chart as an optional dependency to the kube-stack Chart and pospone the corresponding CRDs creation with annotations ("helm.sh/hook": post-install,post-upgrade), but I get timeout issue due this known issue cert-manager/cert-manager#1829
Cert-manager is the recommended dependency for managing Operator's webhooks TLS certificates: #1331
If
cert-manager
CRDs are not available on the k8s cluster, an additional Helm command will be need to deploy the kube-stack chart:It would be great if the kube-stack Chart could be installed as a single pipeline step, and conditionally add the
cert-manager
dependency. Has this been considered previously? Are there any known blockers?Optional dependency
I have tried to add the cert-manager Helm Chart as an optional dependency to the kube-stack Chart and pospone the corresponding CRDs creation with annotations (
"helm.sh/hook": post-install,post-upgrade
), but I get timeout issue due this known issue cert-manager/cert-manager#1829Another option would be to manually add cert-manager CRDs to the current
crds
internal kube-stack Chart: https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-kube-stack/charts/crdsThe text was updated successfully, but these errors were encountered: