From 95a4a105cd5e626edca2f8f00eb3dff32f1f1c5c Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Thu, 21 Dec 2017 17:53:39 -0800 Subject: Use git.k8s.io for links --- contributors/devel/container-runtime-interface.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'contributors/devel/container-runtime-interface.md') diff --git a/contributors/devel/container-runtime-interface.md b/contributors/devel/container-runtime-interface.md index 96f5f10d..29e96ed2 100644 --- a/contributors/devel/container-runtime-interface.md +++ b/contributors/devel/container-runtime-interface.md @@ -3,9 +3,9 @@ ## What is CRI? CRI (_Container Runtime Interface_) consists of a -[protobuf API](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/apis/cri/v1alpha1/runtime/api.proto), +[protobuf API](https://git.k8s.io/kubernetes/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) +and [libraries](https://git.k8s.io/kubernetes/pkg/kubelet/server/streaming) for container runtimes to integrate with kubelet on a node. CRI is currently in Alpha. In the future, we plan to add more developer tools such as the CRI validation @@ -59,8 +59,8 @@ Below is a mixed list of CRI specifications/requirements, design docs and proposals. We are working on adding more documentation for the API. - [Original proposal](https://github.com/kubernetes/kubernetes/blob/release-1.5/docs/proposals/container-runtime-interface-v1.md) - - [Networking](https://github.com/kubernetes/community/blob/master/contributors/devel/kubelet-cri-networking.md) - - [Container metrics](https://github.com/kubernetes/community/blob/master/contributors/devel/cri-container-stats.md) + - [Networking](/contributors/devel/kubelet-cri-networking.md) + - [Container metrics](/contributors/devel/cri-container-stats.md) - [Exec/attach/port-forward streaming requests](https://docs.google.com/document/d/1OE_QoInPlVCK9rMAx9aybRmgFiVjHpJCHI9LrfdNM_s/edit?usp=sharing) - [Container stdout/stderr logs](https://github.com/kubernetes/kubernetes/blob/release-1.5/docs/proposals/kubelet-cri-logging.md) -- cgit v1.2.3