Skip to content

Commit

Permalink
Update _index.md - fixed grammar for a malformed sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
sjong13 committed Jul 29, 2024
1 parent 7da28d2 commit 493c016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/workloads/pods/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ picks a node for the Pod to run on. In any cluster where there is more than one
running nodes, you should set the
[kubernetes.io/os](/docs/reference/labels-annotations-taints/#kubernetes-io-os)
label correctly on each node, and define pods with a `nodeSelector` based on the operating system
label, the kube-scheduler assigns your pod to a node based on other criteria and may or may not
label. The kube-scheduler assigns your pod to a node based on other criteria and may or may not
succeed in picking a suitable node placement where the node OS is right for the containers in that Pod.
The [Pod security standards](/docs/concepts/security/pod-security-standards/) also use this
field to avoid enforcing policies that aren't relevant to the operating system.
Expand Down

0 comments on commit 493c016

Please sign in to comment.