Skip to content

Commit

Permalink
Set the default CloudProvider backoff values
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiezhang committed Jul 7, 2017
1 parent 549a4c2 commit 5241639
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pkg/acsengine/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@ var KubeImages = map[api.OrchestratorVersion]map[string]string{
"dnsmasq": "k8s-dns-dnsmasq-amd64:1.13.0",
"pause": "pause-amd64:3.0",
"windowszip": "v1.6.6intwinnat.zip",
"nodestatusfreq": "10s",
"nodegraceperiod": "40s",
"podeviction": "5m0s",
"routeperiod": "10s",
"backoff": "false",
"nodestatusfreq": "1m",
"nodegraceperiod": "5m",
"podeviction": "1m",
"routeperiod": "1m",
"backoff": "true",
"backoffduration": "5",
"backoffexponent": "1.5",
"backoffretries": "6",
"backoffjitter": "1",
"ratelimit": "false",
"ratelimitqps": "1",
"ratelimitbucket": "5",
"ratelimit": "true",
"ratelimitqps": "3",
"ratelimitbucket": "10",
},
api.Kubernetes162: {
"hyperkube": "hyperkube-amd64:v1.6.2",
Expand Down

0 comments on commit 5241639

Please sign in to comment.