From 0d57d75391b1248897bb75c2e4ca3aae5da79f7c Mon Sep 17 00:00:00 2001 From: geekpi Date: Thu, 26 Oct 2017 08:49:34 +0800 Subject: [PATCH] translating --- sources/tech/20171016 Introducing CRI-O 1.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20171016 Introducing CRI-O 1.0.md b/sources/tech/20171016 Introducing CRI-O 1.0.md index 1cacaae25e..123b8b2632 100644 --- a/sources/tech/20171016 Introducing CRI-O 1.0.md +++ b/sources/tech/20171016 Introducing CRI-O 1.0.md @@ -1,3 +1,5 @@ +translating---geekpi + # Introducing CRI-O 1.0 Last year, the Kubernetes project introduced its [Container Runtime Interface][11] (CRI) -- a plugin interface that gives kubelet (a cluster node agent used to create pods and start containers) the ability to use different OCI-compliant container runtimes, without needing to recompile Kubernetes. Building on that work, the [CRI-O][12] project ([originally known as OCID][13]) is ready to provide a lightweight runtime for Kubernetes.