Skip to content

Commit

Permalink
update runtime-class.md (#10332)
Browse files Browse the repository at this point in the history
* update runtime-class.md

* Update runtime-class.md
  • Loading branch information
tianshapjq authored and k8s-ci-robot committed Sep 20, 2018
1 parent 0b786ff commit 2965ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/containers/runtime-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ kubelets.

#### 2. Install the RuntimeClass CRD

The RuntimeClass [CustiomResourceDefinition][] (CRD) can be found in the addons directory of the
The RuntimeClass [CustomResourceDefinition][/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/] (CRD) can be found in the addons directory of the
Kubernetes git repo:

https://github.com/kubernetes/kubernetes/tree/release-1.12/cluster/addons/runtimeclass/runtimeclass_crd.yaml

Install the CRD with `kubectl apply -f runtimeclass_crd.yaml`.

[CustiomResourceDefinition]: /docs/concepts/extend-kubernetes/api-extension/custom-resources/#customresourcedefinitions
[CustomResourceDefinition][/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/]

#### 3. Configure the CRI implementation on nodes

Expand Down

0 comments on commit 2965ea0

Please sign in to comment.