Skip to content

Commit

Permalink
Update deployment and integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Lantao Liu <lantaol@google.com>
  • Loading branch information
Random-Liu authored and dmcgowan committed Aug 8, 2020
1 parent 68e8528 commit 1d5cfe3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions contrib/gce/cni.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@
"mtu": 1460,
"ipam": {
"type": "host-local",
"subnet": "{{.PodCIDR}}",
"routes": [
{
"dst": "0.0.0.0/0"
}
]
"ranges": [{{range $i, $range := .PodCIDRRanges}}{{if $i}}, {{end}}[{"subnet": "{{$range}}"}]{{end}}],
"routes": [{{range $i, $route := .Routes}}{{if $i}}, {{end}}{"dst": "{{$route}}"}{{end}}]
}
},
{
Expand Down

0 comments on commit 1d5cfe3

Please sign in to comment.