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
If the thanos version is updated in the jsonnet file and new manifests are generated, those cannot be used to upgrade to a new version as the thanos-receive-router uses the version as one of the labels in the selector. Those labels are inmutable so applying the deployment manifest will fail.
Workaround: delete the thanos-receive-router deployment before upgrading.
Fix: do not include the app.kubernetes.io/version label in the selector matchLabels.
The text was updated successfully, but these errors were encountered:
If the thanos version is updated in the jsonnet file and new manifests are generated, those cannot be used to upgrade to a new version as the
thanos-receive-router
uses the version as one of the labels in the selector. Those labels are inmutable so applying the deployment manifest will fail.Workaround: delete the
thanos-receive-router
deployment before upgrading.Fix: do not include the
app.kubernetes.io/version
label in the selectormatchLabels
.The text was updated successfully, but these errors were encountered: