From 493c0169ed7ce74326bdac89cce24b812645ffa8 Mon Sep 17 00:00:00 2001 From: sjong13 <36455317+sjong13@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:20:41 -0500 Subject: [PATCH] Update _index.md - fixed grammar for a malformed sentence --- content/en/docs/concepts/workloads/pods/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/_index.md b/content/en/docs/concepts/workloads/pods/_index.md index e49642f192..fc82282f78 100644 --- a/content/en/docs/concepts/workloads/pods/_index.md +++ b/content/en/docs/concepts/workloads/pods/_index.md @@ -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.