Merge pull request #788 from BSWANG/patch-1

Update cni.template
This commit is contained in:
Lantao Liu
2018-05-29 14:36:28 -07:00
committed by GitHub

View File

@@ -9,7 +9,9 @@
"type": "host-local",
"subnet": "{{.PodCIDR}}",
"routes": [
{"dst": "0.0.0.0/0"}
{
"dst": "0.0.0.0/0"
}
]
}
},