Merge pull request #101742 from ravisantoshgudimetla/promote-maxSurge-beta

Promote DS MaxSurge to beta
This commit is contained in:
Kubernetes Prow Robot
2021-05-23 04:33:38 -07:00
committed by GitHub
10 changed files with 11 additions and 11 deletions

View File

@@ -564,7 +564,7 @@ type RollingUpdateDaemonSet struct {
// daemonset on any given node can double if the readiness check fails, and
// so resource intensive daemonsets should take into account that they may
// cause evictions during disruption.
// This is an alpha field and requires enabling DaemonSetUpdateSurge feature gate.
// This is beta field and enabled/disabled by DaemonSetUpdateSurge feature gate.
// +optional
MaxSurge intstr.IntOrString
}