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
Copy file name to clipboardExpand all lines: charts/psc-autoscaler/examples/cluster-config-cost-saving-performance-improvement-all-supported-workload-types.yaml
+38-4Lines changed: 38 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,26 @@ spec:
7
7
operational:
8
8
stopAllAutomation: false
9
9
workloadTypes:
10
+
# You should consider if you want to enable StatefulSets automation.
11
+
# You might want a human eye while restarting production databases, in general, pods with persistent volume are more fragile.
12
+
# As well, if your StatefulSet runs on dedicated nodes, reducing workload resources will not help to reduce the cost
13
+
StatefulSet:
14
+
operational:
15
+
automationMode: "Enabled"
16
+
restrictions:
17
+
cpuManagement:
18
+
request:
19
+
increaseEnabled: true
20
+
decreaseEnabled: true
21
+
limit:
22
+
keepLimit: false
23
+
memoryManagement:
24
+
request:
25
+
increaseEnabled: true
26
+
decreaseEnabled: true
27
+
limit:
28
+
increaseEnabled: true
29
+
decreaseEnabled: true
10
30
Deployment:
11
31
operational:
12
32
automationMode: "Enabled"
@@ -41,10 +61,24 @@ spec:
41
61
limit:
42
62
increaseEnabled: true
43
63
decreaseEnabled: true
44
-
# You should consider if you want to enable StatefulSets automation.
45
-
# You might want a human eye while restarting production databases, in general, pods with persistent volume are more fragile.
46
-
# As well, if your StatefulSet runs on dedicated nodes, reducing workload resources will not help to reduce the cost
0 commit comments