From 5b5f0e055cae23f2a8cedaa330766c6aea592a57 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 13 Jun 2017 10:17:11 -0700 Subject: [PATCH] Fix link to CRI API --- contributors/devel/container-runtime-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/container-runtime-interface.md b/contributors/devel/container-runtime-interface.md index 564d51f36..4d763fcce 100644 --- a/contributors/devel/container-runtime-interface.md +++ b/contributors/devel/container-runtime-interface.md @@ -3,7 +3,7 @@ ## What is CRI? CRI (_Container Runtime Interface_) consists of a -[protobuf API](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/api/v1alpha1/runtime/api.proto), +[protobuf API](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/apis/cri/v1alpha1/runtime/api.proto), specifications/requirements (to-be-added), and [libraries] (https://github.com/kubernetes/kubernetes/tree/master/pkg/kubelet/server/streaming) for container runtimes to integrate with kubelet on a node. CRI is currently in Alpha.