mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-25 03:19:43 +00:00
Enable Rolling Update on defined DaemonSets
With RollingUpdate update strategy, after you update a DaemonSet template, old DaemonSet pods will be killed, and new DaemonSet pods will be created automatically, in a controlled fashion.
This commit is contained in:
committed by
Kuralamudhan Ramakrishnan
parent
175f7b2f04
commit
7656080a53
@@ -91,6 +91,8 @@ metadata:
|
||||
tier: node
|
||||
app: multus
|
||||
spec:
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
@@ -117,6 +117,8 @@ metadata:
|
||||
tier: node
|
||||
app: flannel2
|
||||
spec:
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
@@ -92,6 +92,8 @@ metadata:
|
||||
tier: node
|
||||
app: flannel
|
||||
spec:
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
@@ -115,6 +115,8 @@ metadata:
|
||||
tier: node
|
||||
app: multus
|
||||
spec:
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
@@ -115,6 +115,8 @@ metadata:
|
||||
tier: node
|
||||
app: multus
|
||||
spec:
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
Reference in New Issue
Block a user