From 7d8e21634c1474e3fb2a7245d459a64ee6afc666 Mon Sep 17 00:00:00 2001
From: Arnaud M <ameukam@gmail.com>
Date: Sun, 23 Sep 2018 08:03:53 +0200
Subject: [PATCH] add CRI-O in the list of core components supported (#3381)

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index c47da2703..f8f2f5773 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,7 @@ Supported Components
     -   [etcd](https://github.com/coreos/etcd) v3.2.18
     -   [docker](https://www.docker.com/) v17.03 (see note)
     -   [rkt](https://github.com/rkt/rkt) v1.21.0 (see Note 2)
+    -   [cri-o](http://cri-o.io/) v1.11.5 (see [CRI-O Note](docs/cri-o.md))
 -   Network Plugin
     -   [calico](https://github.com/projectcalico/calico) v3.1.3
     -   [canal](https://github.com/projectcalico/canal) (given calico/flannel versions)
-- 
GitLab