Skip to content

Commit 092ea9b

Browse files
authored
Merge pull request #30221 from RinkiyaKeDad/spacing_fix
fixing whitespace for pod topology spread constraints page
2 parents 7c0630d + 95d9f0c commit 092ea9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/workloads/pods/pod-topology-spread-constraints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ To overcome this situation, you can either increase the `maxSkew` or modify one
234234

235235
The scheduler will skip the non-matching nodes from the skew calculations if the incoming Pod has `spec.nodeSelector` or `spec.affinity.nodeAffinity` defined.
236236

237-
Suppose you have a 5-node cluster ranging from zoneA to zoneC:
237+
Suppose you have a 5-node cluster ranging from zoneA to zoneC:
238238

239239
{{<mermaid>}}
240240
graph BT
@@ -268,7 +268,7 @@ The scheduler will skip the non-matching nodes from the skew calculations if the
268268
class zoneC cluster;
269269
{{< /mermaid >}}
270270

271-
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.
271+
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.
272272

273273
{{< codenew file="pods/topology-spread-constraints/one-constraint-with-nodeaffinity.yaml" >}}
274274

0 commit comments

Comments
 (0)