Skip to content

Commit f6de06e

Browse files
committed
Update VPA type description to say that default is Recreate
1 parent a5fcba5 commit f6de06e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

vertical-pod-autoscaler/charts/vertical-pod-autoscaler/crds/vpa-v1-crd-gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ spec:
469469
updateMode:
470470
description: |-
471471
Controls when autoscaler applies changes to the pod resources.
472-
The default is 'Auto'.
472+
The default is 'Recreate'.
473473
enum:
474474
- "Off"
475475
- Initial

vertical-pod-autoscaler/deploy/vpa-v1-crd-gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ spec:
469469
updateMode:
470470
description: |-
471471
Controls when autoscaler applies changes to the pod resources.
472-
The default is 'Auto'.
472+
The default is 'Recreate'.
473473
enum:
474474
- "Off"
475475
- Initial

vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ type EvictionRequirement struct {
134134
// PodUpdatePolicy describes the rules on how changes are applied to the pods.
135135
type PodUpdatePolicy struct {
136136
// Controls when autoscaler applies changes to the pod resources.
137-
// The default is 'Auto'.
137+
// The default is 'Recreate'.
138138
// +optional
139139
UpdateMode *UpdateMode `json:"updateMode,omitempty" protobuf:"bytes,1,opt,name=updateMode"`
140140

0 commit comments

Comments
 (0)