mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
api: Promote DS maxSurge to GA
This commit is contained in:
parent
7397c029e8
commit
6ac7d4127a
@ -625,7 +625,6 @@ type RollingUpdateDaemonSet struct {
|
|||||||
// daemonset on any given node can double if the readiness check fails, and
|
// daemonset on any given node can double if the readiness check fails, and
|
||||||
// so resource intensive daemonsets should take into account that they may
|
// so resource intensive daemonsets should take into account that they may
|
||||||
// cause evictions during disruption.
|
// cause evictions during disruption.
|
||||||
// This is beta field and enabled/disabled by DaemonSetUpdateSurge feature gate.
|
|
||||||
// +optional
|
// +optional
|
||||||
MaxSurge intstr.IntOrString
|
MaxSurge intstr.IntOrString
|
||||||
}
|
}
|
||||||
|
@ -596,7 +596,6 @@ type RollingUpdateDaemonSet struct {
|
|||||||
// daemonset on any given node can double if the readiness check fails, and
|
// daemonset on any given node can double if the readiness check fails, and
|
||||||
// so resource intensive daemonsets should take into account that they may
|
// so resource intensive daemonsets should take into account that they may
|
||||||
// cause evictions during disruption.
|
// cause evictions during disruption.
|
||||||
// This is beta field and enabled/disabled by DaemonSetUpdateSurge feature gate.
|
|
||||||
// +optional
|
// +optional
|
||||||
MaxSurge *intstr.IntOrString `json:"maxSurge,omitempty" protobuf:"bytes,2,opt,name=maxSurge"`
|
MaxSurge *intstr.IntOrString `json:"maxSurge,omitempty" protobuf:"bytes,2,opt,name=maxSurge"`
|
||||||
}
|
}
|
||||||
|
@ -648,7 +648,6 @@ type RollingUpdateDaemonSet struct {
|
|||||||
// daemonset on any given node can double if the readiness check fails, and
|
// daemonset on any given node can double if the readiness check fails, and
|
||||||
// so resource intensive daemonsets should take into account that they may
|
// so resource intensive daemonsets should take into account that they may
|
||||||
// cause evictions during disruption.
|
// cause evictions during disruption.
|
||||||
// This is beta field and enabled/disabled by DaemonSetUpdateSurge feature gate.
|
|
||||||
// +optional
|
// +optional
|
||||||
MaxSurge *intstr.IntOrString `json:"maxSurge,omitempty" protobuf:"bytes,2,opt,name=maxSurge"`
|
MaxSurge *intstr.IntOrString `json:"maxSurge,omitempty" protobuf:"bytes,2,opt,name=maxSurge"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user