We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b688cfb commit f3a202eCopy full SHA for f3a202e
modules/nodes-pods-autoscaling-creating-cpu.adoc
@@ -109,7 +109,7 @@ spec:
109
resource:
110
name: cpu <9>
111
target:
112
- type: Utilization <10>
+ type: AverageValue <10>
113
averageValue: 500m <11>
114
----
115
<1> Use the `autoscaling/v2beta2` API.
@@ -123,8 +123,8 @@ spec:
123
<7> Specify the maximum number of replicas when scaling up.
124
<8> Use the `metrics` parameter for memory utilization.
125
<9> Specify `cpu` for CPU utilization.
126
-<10> Set to `Utilization`.
127
-<11> Set the type to `averageValue`.
+<10> Set to `AverageValue`.
+<11> Set to `averageValue` with the targeted CPU value.
128
129
.. Create the horizontal pod autoscaler:
130
+
0 commit comments