diff options
| author | Pengfei Ni <feiskyer@users.noreply.github.com> | 2017-06-14 08:36:50 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-14 08:36:50 +0800 |
| commit | 455e26bdba37cd4805e9c999a5139a2b263aa706 (patch) | |
| tree | 459c3994ddc0e755558b32bf943337e4c3805928 | |
| parent | b17aa543e439edab7f8cd473cfd78b7415aba813 (diff) | |
| parent | 5b5f0e055cae23f2a8cedaa330766c6aea592a57 (diff) | |
Merge pull request #719 from brendandburns/fix-cri-link
Fix link to CRI API
| -rw-r--r-- | contributors/devel/container-runtime-interface.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/container-runtime-interface.md b/contributors/devel/container-runtime-interface.md index 7d455f4c..62798615 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. |
