Fixed Broken link to api.proto

This commit is contained in:
Debabrata Sarkar 2023-03-23 12:14:56 +00:00
parent ad1bca2354
commit 1c712a0c88
1 changed files with 1 additions and 1 deletions

View File

@ -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