summaryrefslogtreecommitdiff
path: root/contributors/devel/sig-node/container-runtime-interface.md
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2023-02-02 13:04:43 -0800
committerGitHub <noreply@github.com>2023-02-02 13:04:43 -0800
commit0f2274194ec2acc612f697837ccecc8adfd2a6e9 (patch)
tree7bfa15f38fdd367628b37a1fbea00d3e37607e3f /contributors/devel/sig-node/container-runtime-interface.md
parent788f9f3cdc4560dda8bda195e5aa07b556f8537d (diff)
parentdda1a7fddf9900a54d0f100fda8cb6c139cb888d (diff)
Merge pull request #6996 from vaibhav2107/devel-node
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+.