Skip to content

Commit

Permalink
Merge pull request #61472 from shyamjvs/disable-fluentd-scaler
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Increase fluentd rolling-upgrade maxUnavailable to large value

~For testing wrt #61190 (comment)
Fixes issue #61190 wrt slow rolling-upgrade

/cc @x13n @wojtek-t 
/sig instrumentation
/kind bug
/priority critical-urgent

```release-note
NONE
```
  • Loading branch information
Kubernetes Submit Queue committed Mar 25, 2018
2 parents 0022bec + 7dd6adc commit 446e45a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ metadata:
version: v3.0.0
spec:
updateStrategy:
rollingUpdate:
maxUnavailable: 5000
type: RollingUpdate
template:
metadata:
Expand Down

0 comments on commit 446e45a

Please sign in to comment.