From 2965ea0e4a573985d644f90e5bae7af2d59c4345 Mon Sep 17 00:00:00 2001 From: Drinky Pool Date: Thu, 20 Sep 2018 08:08:02 +0800 Subject: [PATCH] update runtime-class.md (#10332) * update runtime-class.md * Update runtime-class.md --- content/en/docs/concepts/containers/runtime-class.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/containers/runtime-class.md b/content/en/docs/concepts/containers/runtime-class.md index a0fc10c95a..eef2a4f006 100644 --- a/content/en/docs/concepts/containers/runtime-class.md +++ b/content/en/docs/concepts/containers/runtime-class.md @@ -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