Skip to content

Commit 4bb42f2

Browse files
authored
Merge pull request #47300 from sjong13/patch-1
Fix malformed sentence in "Pods" concept page
2 parents f477d1c + 493c016 commit 4bb42f2

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)