Commit e6dc000d authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #42848 from timstclair/fluentd

Automatic merge from submit-queue (batch tested with PRs 42940, 42906, 42970, 42848) Enable RollingUpdates for the fluentd daemonset addon In anticipation of needing to rev fluentd-gcp image versions in patch releases, we should enable rolling update so the new versions get rolled out in a timely manner. /cc @ixdy
parents 9d78cbad b7070321
......@@ -9,6 +9,8 @@ metadata:
addonmanager.kubernetes.io/mode: Reconcile
version: v2.0
spec:
updateStrategy:
type: RollingUpdate
template:
metadata:
labels:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment