Skip to content

Commit

Permalink
Merge pull request kubernetes#815 from wojtek-t/faster_daemonset_upgrade
Browse files Browse the repository at this point in the history
Bump daemonset parallelism in load test
  • Loading branch information
k8s-ci-robot committed Sep 26, 2019
2 parents f8c279d + 01aff31 commit 3198a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clusterloader2/testing/load/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
updateStrategy:
rollingUpdate:
maxUnavailable: {{MaxInt 10 (DivideInt .Nodes 100)}} # 1% of nodes, but not less than 10
maxUnavailable: {{MaxInt 10 (DivideInt .Nodes 20)}} # 5% of nodes, but not less than 10
selector:
matchLabels:
name: {{.Name}}
Expand Down

0 comments on commit 3198a78

Please sign in to comment.