summaryrefslogtreecommitdiff
path: root/contributors/devel/container-runtime-interface.md
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2017-12-22 15:59:37 -0800
committerGitHub <noreply@github.com>2017-12-22 15:59:37 -0800
commitbe9eeca6ee3becfa5b4c96bedf62b5b3ff5b1f8d (patch)
tree8c66f02e2e740e162bc0dc52f889c3be832aaf1b /contributors/devel/container-runtime-interface.md
parentd65527a4aa72be4dc5899922d7f8ec263d541486 (diff)
parentf2816c8bab6330512461c83400e5d69ea9f5d19b (diff)
Merge pull request #1541 from cblecker/link-updates
Fix all the 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)