Coorect kube-scheduler text
This commit is contained in:
parent
dd49d8d4fb
commit
b74f4f2701
|
|
@ -132,7 +132,7 @@ Kubernetes. In the future, this list may be expanded.
|
|||
|
||||
In Kubernetes v{{< skew currentVersion >}}, the value of `.spec.os.name` does not affect
|
||||
how the {{< glossary_tooltip text="kube-scheduler" term_id="kube-scheduler" >}}
|
||||
picks a Pod to run a node. In any cluster where there is more than one operating system for
|
||||
picks a node for the Pod to run on. In any cluster where there is more than one operating system for
|
||||
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
|
||||
|
|
@ -410,4 +410,4 @@ To understand the context for why Kubernetes wraps a common Pod API in other res
|
|||
* [Borg](https://research.google.com/pubs/pub43438.html)
|
||||
* [Marathon](https://mesosphere.github.io/marathon/docs/rest-api.html)
|
||||
* [Omega](https://research.google/pubs/pub41684/)
|
||||
* [Tupperware](https://engineering.fb.com/data-center-engineering/tupperware/).
|
||||
* [Tupperware](https://engineering.fb.com/data-center-engineering/tupperware/).
|
||||
|
|
|
|||
Loading…
Reference in New Issue