Skip to content

Commit 493c016

Browse files
authored
Update _index.md - fixed grammar for a malformed sentence
1 parent 7da28d2 commit 493c016

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/workloads/pods

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ picks a node for the Pod to run on. In any cluster where there is more than one
136136
running nodes, you should set the
137137
[kubernetes.io/os](/docs/reference/labels-annotations-taints/#kubernetes-io-os)
138138
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
140140
succeed in picking a suitable node placement where the node OS is right for the containers in that Pod.
141141
The [Pod security standards](/docs/concepts/security/pod-security-standards/) also use this
142142
field to avoid enforcing policies that aren't relevant to the operating system.

0 commit comments

Comments
 (0)