Update CNI version in config file

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit e6385b2341)
pull/5612/head
Brad Davidson 2022-04-26 08:51:10 -07:00 committed by Brad Davidson
parent dfe5ec7367
commit b24c7e2330
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import (
const (
cniConf = `{
"name":"cbr0",
"cniVersion":"0.3.1",
"cniVersion":"1.0.0",
"plugins":[
{
"type":"flannel",