Update deployment and integration test

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2019-09-16 20:30:05 -07:00 committed by Derek McGowan
parent 9c54517920
commit 3e03ba7aa2
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

View File

@ -7,12 +7,8 @@
"mtu": 1460, "mtu": 1460,
"ipam": { "ipam": {
"type": "host-local", "type": "host-local",
"subnet": "{{.PodCIDR}}", "ranges": [{{range $i, $range := .PodCIDRRanges}}{{if $i}}, {{end}}[{"subnet": "{{$range}}"}]{{end}}],
"routes": [ "routes": [{{range $i, $route := .Routes}}{{if $i}}, {{end}}{"dst": "{{$route}}"}{{end}}]
{
"dst": "0.0.0.0/0"
}
]
} }
}, },
{ {