From f31726b610c8666fd68c1ba2974ca9a2224f80b2 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 6 Mar 2018 14:13:06 -0500 Subject: [PATCH] Update CNI config versions to 0.3.0 We've been seeing conflicts with other CNI consumers where CRI-O's configuration files are causing the CNI plugins to fail to start because their versions are too low. Upgrading the plugin versions should resolve this conflict, and not cause any adverse effect to a typical CRI-O install. Signed-off-by: Matthew Heon --- contrib/cni/10-crio-bridge.conf | 2 +- contrib/cni/99-loopback.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/cni/10-crio-bridge.conf b/contrib/cni/10-crio-bridge.conf index 27f0ddfe..ef8fc9d6 100644 --- a/contrib/cni/10-crio-bridge.conf +++ b/contrib/cni/10-crio-bridge.conf @@ -1,5 +1,5 @@ { - "cniVersion": "0.2.0", + "cniVersion": "0.3.0", "name": "crio-bridge", "type": "bridge", "bridge": "cni0", diff --git a/contrib/cni/99-loopback.conf b/contrib/cni/99-loopback.conf index dd6630a8..c4cd168d 100644 --- a/contrib/cni/99-loopback.conf +++ b/contrib/cni/99-loopback.conf @@ -1,4 +1,4 @@ { - "cniVersion": "0.2.0", + "cniVersion": "0.3.0", "type": "loopback" }