You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Feature Enablement and Rollback](#feature-enablement-and-rollback)
23
26
-[Rollout, Upgrade and Rollback Planning](#rollout-upgrade-and-rollback-planning)
@@ -173,6 +176,18 @@ An e2e test which exercises maxSurge when `RollingUpdate` is used as update stra
173
176
174
177
This will be added as a alpha field enhancement to DaemonSets with a backward compatible default. After sufficient exposure this field would be promoted to beta, and then to GA in successive releases. The feature gate for this field will be `DaemonSetUpdateSurge`.
175
178
179
+
#### Alpha
180
+
- Complete feature behind a featuregate
181
+
- Have proper unit and e2e tests
182
+
183
+
#### Alpha -> Beta
184
+
- Gather feedback from the community
185
+
186
+
#### Beta -> GA
187
+
Atleast one of example of user benefitting from this feature:
188
+
- OpenShift has few critical [DS](https://github.com/openshift/cluster-dns-operator/blob/d87dd223e67c476220451d254d878209c50324a7/pkg/operator/controller/controller_dns_node_resolver_daemonset.go#L80) where maxSurge is beneficial
0 commit comments