Skip to content

Commit 95236fe

Browse files
authored
Set max unavailable to 10% (#187)
The default value of maxUnavailable is 1. That serializes upgrades and may drag for very long time. This change turns it into 10% to speed up the upgrade process while keeping services reasonably available. https://bugzilla.redhat.com/show_bug.cgi?id=1990065 Signed-off-by: Petr Horáček <[email protected]>
1 parent 3035351 commit 95236fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manifests/ovs-cni.yml.in

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ spec:
1010
selector:
1111
matchLabels:
1212
app: ovs-cni
13+
updateStrategy:
14+
type: RollingUpdate
15+
rollingUpdate:
16+
maxUnavailable: 10%
1317
template:
1418
metadata:
1519
labels:

0 commit comments

Comments
 (0)