mirror of https://github.com/k3s-io/k3s
Update CNI version in config file
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit e6385b2341
)
pull/5612/head
parent
dfe5ec7367
commit
b24c7e2330
|
@ -27,7 +27,7 @@ import (
|
|||
const (
|
||||
cniConf = `{
|
||||
"name":"cbr0",
|
||||
"cniVersion":"0.3.1",
|
||||
"cniVersion":"1.0.0",
|
||||
"plugins":[
|
||||
{
|
||||
"type":"flannel",
|
||||
|
|
Loading…
Reference in New Issue