Skip to content

Commit 43fb61d

Browse files
committed
Review comments
Signed-off-by: Ambika Nair <[email protected]>
1 parent 4b144fb commit 43fb61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/syncer/csi_node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func NewCSINodeSyncer(c client.Client, driver *crutils.IBMObjectCSI) syncer.Inte
4848
UpdateStrategy: appsv1.DaemonSetUpdateStrategy{
4949
Type: appsv1.RollingUpdateDaemonSetStrategyType,
5050
RollingUpdate: &appsv1.RollingUpdateDaemonSet{
51-
MaxUnavailable: func(i intstr.IntOrString) *intstr.IntOrString { return &i }(intstr.FromString("100%")),
51+
MaxUnavailable: func(i intstr.IntOrString) *intstr.IntOrString { return &i }(intstr.FromString("10%")),
5252
},
5353
},
5454
},

0 commit comments

Comments
 (0)