Merge pull request #61472 from shyamjvs/disable-fluentd-scaler

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 https://github.com/kubernetes/kubernetes/issues/61190#issuecomment-374899752~
Fixes issue https://github.com/kubernetes/kubernetes/issues/61190 wrt slow rolling-upgrade

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

```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2018-03-25 10:40:14 -07:00 committed by GitHub
commit 446e45a071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@ metadata:
version: v3.0.0
spec:
updateStrategy:
rollingUpdate:
maxUnavailable: 5000
type: RollingUpdate
template:
metadata: