From f269c81d1d7b21c1c3700a7e3eeadf1635bed7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCchse?= Date: Fri, 22 Mar 2024 16:15:29 +0100 Subject: [PATCH] revert should to must MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Büchse --- Standards/scs-0214-v2-k8s-node-distribution.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Standards/scs-0214-v2-k8s-node-distribution.md b/Standards/scs-0214-v2-k8s-node-distribution.md index 4ecbcd2e5..699b45afb 100644 --- a/Standards/scs-0214-v2-k8s-node-distribution.md +++ b/Standards/scs-0214-v2-k8s-node-distribution.md @@ -82,8 +82,8 @@ If the standard is used by a provider, the following decisions are binding and v - Worker node distribution MUST be indicated to the user through some kind of labeling in order to enable (anti)-affinity for workloads over "failure zones". - To provide metadata about the node distribution, which also enables testing of this standard, - providers SHOULD annotate their K8s nodes with the labels listed below, and the labels - SHOULD be kept up to date. + providers MUST annotate their K8s nodes with the labels listed below, and the labels + MUST be kept up to date. - `topology.kubernetes.io/zone` Corresponds with the label described in [K8s labels documentation][k8s-labels-docs].