Skip to content

Commit b74f4f2

Browse files
Coorect kube-scheduler text
1 parent dd49d8d commit b74f4f2

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Kubernetes. In the future, this list may be expanded.
132132

133133
In Kubernetes v{{< skew currentVersion >}}, the value of `.spec.os.name` does not affect
134134
how the {{< glossary_tooltip text="kube-scheduler" term_id="kube-scheduler" >}}
135-
picks a Pod to run a node. In any cluster where there is more than one operating system for
135+
picks a node for the Pod to run on. In any cluster where there is more than one operating system for
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
@@ -410,4 +410,4 @@ To understand the context for why Kubernetes wraps a common Pod API in other res
410410
* [Borg](https://research.google.com/pubs/pub43438.html)
411411
* [Marathon](https://mesosphere.github.io/marathon/docs/rest-api.html)
412412
* [Omega](https://research.google/pubs/pub41684/)
413-
* [Tupperware](https://engineering.fb.com/data-center-engineering/tupperware/).
413+
* [Tupperware](https://engineering.fb.com/data-center-engineering/tupperware/).

0 commit comments

Comments
 (0)