From 1c712a0c88ec497c96ce4a95ed50cc17d6493c69 Mon Sep 17 00:00:00 2001 From: Debabrata Sarkar Date: Thu, 23 Mar 2023 12:14:56 +0000 Subject: [PATCH 1/2] Fixed Broken link to api.proto --- contributors/devel/sig-node/container-runtime-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/sig-node/container-runtime-interface.md b/contributors/devel/sig-node/container-runtime-interface.md index 64b4e9a59..c027fcbf0 100644 --- a/contributors/devel/sig-node/container-runtime-interface.md +++ b/contributors/devel/sig-node/container-runtime-interface.md @@ -4,7 +4,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), +[protobuf API](https://git.k8s.io/kubernetes/staging/src/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto), 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