summaryrefslogtreecommitdiff
path: root/contributors/devel/container-runtime-interface.md
diff options
context:
space:
mode:
authorChristoph Blecker <admin@toph.ca>2017-12-21 17:53:39 -0800
committerChristoph Blecker <admin@toph.ca>2017-12-21 18:34:08 -0800
commit95a4a105cd5e626edca2f8f00eb3dff32f1f1c5c (patch)
tree04eb87ec9b60f1d8f282d528fdb308be787af018 /contributors/devel/container-runtime-interface.md
parentce3044d912391d987a9ef8315c701f3e5671fe45 (diff)
Use git.k8s.io for links
Diffstat (limited to 'contributors/devel/container-runtime-interface.md')
-rw-r--r--contributors/devel/container-runtime-interface.md8
1 files changed, 4 insertions, 4 deletions
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)