Skip to content

Commit 80f54a1

Browse files
committed
test rolling flannel
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent 7b51d2d commit 80f54a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cluster/manifests/flannel/daemonset.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
component: flannel
1111
spec:
1212
updateStrategy:
13-
type: OnDelete
13+
type: RollingUpdate
1414
selector:
1515
matchLabels:
1616
daemonset: kube-flannel
@@ -20,6 +20,7 @@ spec:
2020
daemonset: kube-flannel
2121
application: kubernetes
2222
component: flannel
23+
test: rolling
2324
annotations:
2425
logging/destination: "{{.Cluster.ConfigItems.log_destination_infra}}"
2526
config/hash: {{"configmap.yaml" | manifestHash}}

0 commit comments

Comments
 (0)