Skip to content

[opentelemetry-kube-stack] the updateStrategy is not working #1574

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

Open
dmsolr opened this issue Mar 16, 2025 · 0 comments
Open

[opentelemetry-kube-stack] the updateStrategy is not working #1574

dmsolr opened this issue Mar 16, 2025 · 0 comments
Labels
bug Something isn't working chart:kube-stack

Comments

@dmsolr
Copy link

dmsolr commented Mar 16, 2025

Currently, the template makes use of updateStrategy in collector.yaml. However, the Custom Resource Definition (CRD) only contains daemonSetUpdateStrategy and deploymentUpdateStrategy. As a result, it needs to switch to daemonSetUpdateStrategy.

Refer to:

{{- with $collector.updateStrategy }}
updateStrategy:
{{- toYaml . | nindent 4}}
{{- end }}

@TylerHelmuth TylerHelmuth added bug Something isn't working chart:kube-stack labels Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chart:kube-stack
Projects
None yet
Development

No branches or pull requests

2 participants