summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-03-01 17:48:53 -0800
committerGitHub <noreply@github.com>2018-03-01 17:48:53 -0800
commit7f6118d31fc7de2bfcdb932c28497c025806ed21 (patch)
tree35a17df695cc07f71f3d319b78f682323751d3c2
parente2e5ea67a1005067b1d29992f01465859869b56a (diff)
parent09b6657f91e215f0b7d1a6493479620cee375c03 (diff)
Merge pull request #1871 from jeffchanjunwei/master
update the link of cri api proto
-rw-r--r--contributors/devel/container-runtime-interface.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/container-runtime-interface.md b/contributors/devel/container-runtime-interface.md
index 29e96ed2..a408b60a 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://git.k8s.io/kubernetes/pkg/kubelet/apis/cri/v1alpha1/runtime/api.proto),
+[protobuf API](https://git.k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2/api.proto),
specifications/requirements (to-be-added),
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.