File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ picks a node for the Pod to run on. In any cluster where there is more than one
136
136
running nodes, you should set the
137
137
[ kubernetes.io/os] ( /docs/reference/labels-annotations-taints/#kubernetes-io-os )
138
138
label correctly on each node, and define pods with a ` nodeSelector ` based on the operating system
139
- label, the kube-scheduler assigns your pod to a node based on other criteria and may or may not
139
+ label. The kube-scheduler assigns your pod to a node based on other criteria and may or may not
140
140
succeed in picking a suitable node placement where the node OS is right for the containers in that Pod.
141
141
The [ Pod security standards] ( /docs/concepts/security/pod-security-standards/ ) also use this
142
142
field to avoid enforcing policies that aren't relevant to the operating system.
You can’t perform that action at this time.
0 commit comments