Skip to content

Commit 132fece

Browse files
authored
Merge pull request #32652 from tidusete/patch-1
Missunderstood pods/pod-with-node-affinity.yaml
2 parents 0161480 + 64da679 commit 132fece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/scheduling-eviction/assign-pod-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ For example, consider the following Pod spec:
124124

125125
In this example, the following rules apply:
126126

127-
* The node *must* have a label with the key `kubernetes.io/e2e-az-name` and
128-
the value is either `e2e-az1` or `e2e-az2`.
127+
* The node *must* have a label with the key `kubernetes.io/os` and
128+
the value `linux`.
129129
* The node *preferably* has a label with the key `another-node-label-key` and
130130
the value `another-node-label-value`.
131131

0 commit comments

Comments
 (0)