We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3c95e9 + f40c64a commit 9f83dc4Copy full SHA for 9f83dc4
build/resources.go
@@ -547,8 +547,8 @@ func createDaemonSet() *appsv1.DaemonSet {
547
Type: appsv1.RollingUpdateDaemonSetStrategyType,
548
RollingUpdate: &appsv1.RollingUpdateDaemonSet{
549
MaxUnavailable: &intstr.IntOrString{
550
- Type: intstr.Int,
551
- IntVal: 1,
+ Type: intstr.String,
+ StrVal: "10%",
552
},
553
554
build/selectorsyncset.yaml
@@ -237,7 +237,7 @@ objects:
237
name: service-ca
238
updateStrategy:
239
rollingUpdate:
240
- maxUnavailable: 1
+ maxUnavailable: 10%
241
type: RollingUpdate
242
status:
243
currentNumberScheduled: 0
0 commit comments