From f0edbb48f070db21f89d6a072e0abccbc02d3caf Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Tue, 13 Sep 2016 11:55:45 -0400 Subject: [PATCH] Update readme with a bit more info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d9fc5f94..cd704319 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ ocid - OCI-based implementation of Kubernetes Container Runtime Interface = +### Status: pre-alpha + +This is an implementation of the Kubernetes Container Runtime Interface (CRI) that will allow Kubernetes to directly launch and manage Open Container Initiative (OCI) containers. + The plan is to use OCI projects and best of breed libraries for different aspects: - Runtime: runc (or any OCI runtime-spec compliant runtime) - Images: Image management using https://github.com/containers/image - Storage: Storage and management of image layers using https://github.com/containers/storage - Networking: Networking support through use of [CNI](https://github.com/containernetworking/cni) + +It is currently in active development in the Kubernetes community through the [design proposal](https://github.com/kubernetes/kubernetes/pull/26788). Questions and issues should be raised in the Kubernetes [sig-node Slack channel](https://kubernetes.slack.com/archives/sig-node).