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

--route-reconciliation-period is the flag we want #2030

Merged
merged 1 commit into from Jan 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/acsengine/defaults-cloud-controller-manager.go
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