Skip to content

Commit

Permalink
Merge pull request #2891 from arkodg/bump_v19.03
Browse files Browse the repository at this point in the history
[19.03 backport] Remove hardcoded IPAM config subnet value for ingress network
  • Loading branch information
dperny authored Sep 17, 2019
2 parents bbe3418 + 9b09fa7 commit f35d910
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -1224,12 +1224,8 @@ func newIngressNetwork() *api.Network {
},
DriverConfig: &api.Driver{},
IPAM: &api.IPAMOptions{
Driver: &api.Driver{},
Configs: []*api.IPAMConfig{
{
Subnet: "10.255.0.0/16",
},
},
Driver: &api.Driver{},
Configs: []*api.IPAMConfig{},
},
},
}
Expand Down

0 comments on commit f35d910

Please sign in to comment.