Skip to content

Commit 3b40977

Browse files
oke-pyTim Bannister
andcommitted
Update content/en/docs/concepts/containers/runtime-class.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 29dcf62 commit 3b40977

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/en/docs/concepts/containers/runtime-class.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ See CRI-O's [config documentation](https://raw.githubusercontent.com/cri-o/cri-o
140140
141141
{{< feature-state for_k8s_version="v1.16" state="beta" >}}
142142
143-
As of Kubernetes v1.16, RuntimeClass includes support for heterogeneous clusters through its
144-
`scheduling` fields. Through the use of these fields, you can ensure that pods running with this
143+
If the nodes in your cluster support different sets of features, you can set the `scheduling`
144+
field for a RuntimeClass, then use that hint to ensure that pods running with that particular
145145
RuntimeClass are scheduled to nodes that support it.
146146
147147
To ensure pods land on nodes supporting a specific RuntimeClass, that set of nodes should have a
@@ -177,4 +177,3 @@ are accounted for in Kubernetes.
177177
- [RuntimeClass Scheduling Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/585-runtime-class/README.md#runtimeclass-scheduling)
178178
- Read about the [Pod Overhead](/docs/concepts/scheduling-eviction/pod-overhead/) concept
179179
- [PodOverhead Feature Design](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/20190226-pod-overhead.md)
180-

0 commit comments

Comments
 (0)