Skip to content

Commit

Permalink
Merge pull request #58 from adambkaplan/rm-service-network-cidr-config
Browse files Browse the repository at this point in the history
Remove ServiceNetworkCIDR Config
  • Loading branch information
openshift-merge-robot committed Jan 16, 2020
2 parents 7aca015 + cbbf637 commit 8417a9a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ func setRecommendedOpenShiftControllerConfigDefaults(config *openshiftcontrolpla

configdefaults.DefaultStringSlice(&config.Controllers, []string{"*"})

configdefaults.DefaultString(&config.Network.ServiceNetworkCIDR, "10.0.0.0/24")

if config.ImageImport.MaxScheduledImageImportsPerMinute == 0 {
config.ImageImport.MaxScheduledImageImportsPerMinute = 60
}
Expand Down

0 comments on commit 8417a9a

Please sign in to comment.