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
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.
Currently, the template makes use of
updateStrategy
incollector.yaml
. However, the Custom Resource Definition (CRD) only containsdaemonSetUpdateStrategy
anddeploymentUpdateStrategy
. As a result, it needs to switch todaemonSetUpdateStrategy
.Refer to:
opentelemetry-helm-charts/charts/opentelemetry-kube-stack/templates/collector.yaml
Lines 107 to 110 in ac8c62c
The text was updated successfully, but these errors were encountered: