mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
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:
commit
446e45a071
@ -10,6 +10,8 @@ metadata:
|
||||
version: v3.0.0
|
||||
spec:
|
||||
updateStrategy:
|
||||
rollingUpdate:
|
||||
maxUnavailable: 5000
|
||||
type: RollingUpdate
|
||||
template:
|
||||
metadata:
|
||||
|
Loading…
Reference in New Issue
Block a user