File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Kubernetes. In the future, this list may be expanded.
132
132
133
133
In Kubernetes v{{< skew currentVersion >}}, the value of ` .spec.os.name ` does not affect
134
134
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
136
136
running nodes, you should set the
137
137
[ kubernetes.io/os] ( /docs/reference/labels-annotations-taints/#kubernetes-io-os )
138
138
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
410
410
* [ Borg] ( https://research.google.com/pubs/pub43438.html )
411
411
* [ Marathon] ( https://mesosphere.github.io/marathon/docs/rest-api.html )
412
412
* [ 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/ ) .
You can’t perform that action at this time.
0 commit comments