From 7d91421f420c4a06045f9f6ff9efd7972c2331a1 Mon Sep 17 00:00:00 2001 From: Katarzyna Kujawa Date: Fri, 23 Dec 2022 12:26:48 +0100 Subject: [PATCH] docs: correct the release name in error message --- docs/v3-migration-doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v3-migration-doc.md b/docs/v3-migration-doc.md index 446864809c..ab8e53eb35 100644 --- a/docs/v3-migration-doc.md +++ b/docs/v3-migration-doc.md @@ -185,7 +185,7 @@ kubectl apply \ due to: ```text - Error: UPGRADE FAILED: cannot patch "collection1-prometheus-node-exporter" with kind DaemonSet: DaemonSet.apps "collection1-prometheus-node-exporter" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"app.kubernetes.io/instance":"collection1", "app.kubernetes.io/name":"prometheus-node-exporter"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable + Error: UPGRADE FAILED: cannot patch "collection-prometheus-node-exporter" with kind DaemonSet: DaemonSet.apps "collection-prometheus-node-exporter" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"app.kubernetes.io/instance":"collection", "app.kubernetes.io/name":"prometheus-node-exporter"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable ``` - In case of overriding any of the `repository` property under the `kube-prometheus-stack` property,