From 95d9f0c19faba795927494e30079012f7a9039ad Mon Sep 17 00:00:00 2001 From: RinkiyaKeDad <arshsharma461@gmail.com> Date: Mon, 25 Oct 2021 15:36:11 +0530 Subject: [PATCH] fixing whitespace for pod topology spread constraints page Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com> --- .../workloads/pods/pod-topology-spread-constraints.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/workloads/pods/pod-topology-spread-constraints.md b/content/en/docs/concepts/workloads/pods/pod-topology-spread-constraints.md index 719fcee457..43f537c9a5 100644 --- a/content/en/docs/concepts/workloads/pods/pod-topology-spread-constraints.md +++ b/content/en/docs/concepts/workloads/pods/pod-topology-spread-constraints.md @@ -234,7 +234,7 @@ To overcome this situation, you can either increase the `maxSkew` or modify one The scheduler will skip the non-matching nodes from the skew calculations if the incoming Pod has `spec.nodeSelector` or `spec.affinity.nodeAffinity` defined. - Suppose you have a 5-node cluster ranging from zoneA to zoneC: +Suppose you have a 5-node cluster ranging from zoneA to zoneC: {{<mermaid>}} graph BT @@ -268,7 +268,7 @@ The scheduler will skip the non-matching nodes from the skew calculations if the class zoneC cluster; {{< /mermaid >}} - and you know that "zoneC" must be excluded. In this case, you can compose the yaml as below, so that "mypod" will be placed onto "zoneB" instead of "zoneC". Similarly `spec.nodeSelector` is also respected. +and you know that "zoneC" must be excluded. In this case, you can compose the yaml as below, so that "mypod" will be placed onto "zoneB" instead of "zoneC". Similarly `spec.nodeSelector` is also respected. {{< codenew file="pods/topology-spread-constraints/one-constraint-with-nodeaffinity.yaml" >}}