From 34894dafc2df754520eaa098b1fb88e5c75bdd4b Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 12 May 2020 19:07:16 +0100 Subject: [PATCH] Upgrade Note to Caution This is a strong caution against making the change described here. --- content/en/docs/concepts/workloads/controllers/deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/workloads/controllers/deployment.md b/content/en/docs/concepts/workloads/controllers/deployment.md index af42da5f1b..aeb9542126 100644 --- a/content/en/docs/concepts/workloads/controllers/deployment.md +++ b/content/en/docs/concepts/workloads/controllers/deployment.md @@ -147,9 +147,9 @@ Do not overlap labels or selectors with other controllers (including other Deplo ### Pod-template-hash label -{{< note >}} +{{< caution >}} Do not change this label. -{{< /note >}} +{{< /caution >}} The `pod-template-hash` label is added by the Deployment controller to every ReplicaSet that a Deployment creates or adopts.