Skip to content

Commit 6c8cd18

Browse files
authored
Merge pull request #26009 from fenggw-fnst/work
Fix typo
2 parents 080e74c + 3ec2a6d commit 6c8cd18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CRI implementation for how to configure.
5151
{{< note >}}
5252
RuntimeClass assumes a homogeneous node configuration across the cluster by default (which means
5353
that all nodes are configured the same way with respect to container runtimes). To support
54-
heterogenous node configurations, see [Scheduling](#scheduling) below.
54+
heterogeneous node configurations, see [Scheduling](#scheduling) below.
5555
{{< /note >}}
5656

5757
The configurations have a corresponding `handler` name, referenced by the RuntimeClass. The
@@ -144,7 +144,7 @@ See CRI-O's [config documentation](https://raw.githubusercontent.com/cri-o/cri-o
144144
145145
{{< feature-state for_k8s_version="v1.16" state="beta" >}}
146146
147-
As of Kubernetes v1.16, RuntimeClass includes support for heterogenous clusters through its
147+
As of Kubernetes v1.16, RuntimeClass includes support for heterogeneous clusters through its
148148
`scheduling` fields. Through the use of these fields, you can ensure that pods running with this
149149
RuntimeClass are scheduled to nodes that support it. To use the scheduling support, you must have
150150
the [RuntimeClass admission controller](/docs/reference/access-authn-authz/admission-controllers/#runtimeclass)

0 commit comments

Comments
 (0)