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 688619e commit 72158d2Copy full SHA for 72158d2
1 file changed
README.md
@@ -92,8 +92,10 @@ persistence:
92
93
# Min CPU and Memory (%) the controller will count as a condition to resize requests.
94
# For Example:
95
-# If reqsizer want so change from 5m to 10m, that's a 50% increase.
96
-# It will ignore this if min-cpu-increase-percentage is less than 50.
+# If reqsizer wants to increase from 90m to 100m, that's a 10% increase.
+# It will ignore it if min-cpu-increase-percentage is more than 10.
97
+# If reqsizer wants to decrease from 100m to 10m, that's a 90% decrease.
98
+# It will ignore it if min-cpu-decrease-percentage is more than 90.
99
--min-cpu-increase-percentage int (default 0)
100
--min-memory-increase-percentage int (default 0)
101
--min-cpu-decrease-percentage int (default 0)
0 commit comments