Skip to content

Commit

Permalink
Merge pull request #3952 from mikesplain/fix_flannel_nonMasqueradeCIDR
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Fix Flannel nonMasqueradeCIDR

Fixes #3950

~~And looks like we forgot to bump the version in `bootstrapchannelbuilder.go`~~(moved to #3953) (thanks @jkemp101)
  • Loading branch information
Kubernetes Submit Queue authored Dec 14, 2017
2 parents 291edf3 + 1417f9e commit 3fc8ddd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ data:
}
net-conf.json: |
{
"Network": "100.64.0.0/10",
"Network": "{{ .NonMasqueradeCIDR }}",
"Backend": {
"Type": "{{FlannelBackendType}}"
"Type": "{{ FlannelBackendType }}"
}
}
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ data:
}
net-conf.json: |
{
"Network": "100.64.0.0/10",
"Network": "{{ .NonMasqueradeCIDR }}",
"Backend": {
"Type": "{{FlannelBackendType}}"
"Type": "{{ FlannelBackendType }}"
}
}
---
Expand Down

0 comments on commit 3fc8ddd

Please sign in to comment.