summaryrefslogtreecommitdiff
path: root/contributors/devel/sig-node/container-runtime-interface.md
diff options
context:
space:
mode:
authorVaibhav <T_Vaibhav.goel@india.nec.com>2022-12-01 18:38:35 +0530
committerVaibhav <T_Vaibhav.goel@india.nec.com>2022-12-01 18:38:35 +0530
commit1ceecd2658d9e7e443760614753efdfb66966a7a (patch)
treee3bfe9bdfef2d7980daed775cf20a8fbf43b1a7f /contributors/devel/sig-node/container-runtime-interface.md
parentf22af28c9ff8400b26d1028fd82ac83a9f581962 (diff)
Update the references under sig-node
Diffstat (limited to 'contributors/devel/sig-node/container-runtime-interface.md')
-rw-r--r--contributors/devel/sig-node/container-runtime-interface.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-node/container-runtime-interface.md b/contributors/devel/sig-node/container-runtime-interface.md
index 38881da5..64b4e9a5 100644
--- a/contributors/devel/sig-node/container-runtime-interface.md
+++ b/contributors/devel/sig-node/container-runtime-interface.md
@@ -5,7 +5,7 @@
CRI (_Container Runtime Interface_) consists of a
specifications/requirements (to-be-added),
[protobuf API](https://git.k8s.io/kubernetes/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.proto),
-and [libraries](https://git.k8s.io/kubernetes/pkg/kubelet/server/streaming)
+and [libraries](https://git.k8s.io/kubernetes/pkg/kubelet/cri/streaming)
for container runtimes to integrate with kubelet on a node. The CRI API is
currently in Alpha, and the CRI-Docker integration is used by default as of
Kubernetes 1.7+.