File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 26
26
# One and only one version must be marked as the storage version.
27
27
storage : true
28
28
additionalPrinterColumns :
29
- - name : RecommendationDate
30
- type : string
31
- jsonPath : .status.current.recommendation.date
29
+ - name : RecommendationAge
30
+ type : date
31
+ jsonPath : .status.current.recommendation.generatedAt
32
+ - name : RecommendationAppliedAge
33
+ type : date
34
+ jsonPath : .status.automationAppliedAt
32
35
- name : CpuRequest
33
36
type : string
34
37
jsonPath : .status.current.workload.containers..resources.requests.cpu
59
62
type : object
60
63
x-kubernetes-preserve-unknown-fields : true
61
64
properties :
65
+ automationAppliedAt :
66
+ type : string
67
+ format : date-time
62
68
current :
63
69
type : object
64
70
x-kubernetes-preserve-unknown-fields : true
67
73
type : object
68
74
x-kubernetes-preserve-unknown-fields : true
69
75
properties :
76
+ generatedAt :
77
+ type : string
78
+ format : date-time
70
79
date :
71
80
type : string
72
81
revision :
@@ -146,6 +155,9 @@ spec:
146
155
type : object
147
156
x-kubernetes-preserve-unknown-fields : true
148
157
properties :
158
+ generatedAt :
159
+ type : string
160
+ format : date-time
149
161
date :
150
162
type : string
151
163
revision :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 3
2
2
image :
3
3
repository : public.ecr.aws/perfectscale-io/psc-autoscaler
4
4
pullPolicy : Always
5
- tag : " v1.0.1 "
5
+ tag : " v1.0.2 "
6
6
settings :
7
7
port : 8443
8
8
env : " prod"
@@ -122,8 +122,12 @@ integrationTests:
122
122
# Cluster automation configuration
123
123
clusterAutomationConfig :
124
124
automation :
125
+ workloadTypes :
126
+ Deployment :
127
+ operational :
128
+ automationMode : " Enabled"
125
129
operational :
126
- stopAllAutomation : false
130
+ stopAllAutomation : true
127
131
timeConstraints :
128
132
maxAutomationFrequency : " 30m"
129
133
maintenanceWindow :
You can’t perform that action at this time.
0 commit comments