From f5ed97771c6c600b2508e18b1663ed25fb7c2b0a Mon Sep 17 00:00:00 2001
From: Lili Cosic <cosiclili@gmail.com>
Date: Fri, 12 Mar 2021 15:25:03 +0100
Subject: [PATCH] docs/migration-guide.md: Add label changes warning

---
 docs/migration-guide.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/migration-guide.md b/docs/migration-guide.md
index c12d4108..f01434cf 100644
--- a/docs/migration-guide.md
+++ b/docs/migration-guide.md
@@ -17,6 +17,7 @@ Thanks to our community we identified a lot of short-commings of previous design
 - all component libraries are now function- and not object-based
 - monitoring-mixins are included inside each component and not globally. `prometheusRules`, `prometheusAlerts`, and `grafanaDashboards` are accessible only per component via `mixin` object (ex. `$.alertmanager.mixin.prometheusAlerts`)
 - default repository branch changed from `master` to `main`
+- labels on resources have changes, `kubectl apply` will not work correctly due to those field being immutable. Deleting the resource first before applying is a workaround if you are using the kubectl CLI. (This only applies to `Deployments` and `DaemonSets`.)
 
 ### New Features
 
-- 
GitLab