Fix link to CRI API
This commit is contained in:
parent
0692888681
commit
5b5f0e055c
|
@ -3,7 +3,7 @@
|
||||||
## What is CRI?
|
## What is CRI?
|
||||||
|
|
||||||
CRI (_Container Runtime Interface_) consists of a
|
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),
|
specifications/requirements (to-be-added),
|
||||||
and [libraries] (https://github.com/kubernetes/kubernetes/tree/master/pkg/kubelet/server/streaming)
|
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.
|
for container runtimes to integrate with kubelet on a node. CRI is currently in Alpha.
|
||||||
|
|
Loading…
Reference in New Issue