Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
--route-reconciliation-period is the flag we want (#2030)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Jan 10, 2018
1 parent 5e7549d commit d2bbcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/acsengine/defaults-cloud-controller-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func setCloudControllerManagerConfig(cs *api.ContainerService) {

// Default cloud-controller-manager config
defaultCloudControllerManagerConfig := map[string]string{
"--node-monitor-grace-period": DefaultKubernetesCtrlMgrNodeMonitorGracePeriod,
"--route-reconciliation-period": DefaultKubernetesCtrlMgrRouteReconciliationPeriod,
}

// If no user-configurable cloud-controller-manager config values exists, use the defaults
Expand Down

0 comments on commit d2bbcce

Please sign in to comment.