Added default cpu target for HPA

This commit is contained in:
Piotr Szczesniak
2016-02-29 12:02:54 +01:00
parent 7fbe5ddc17
commit 205e3e607d
5 changed files with 38 additions and 10 deletions

View File

@@ -1001,7 +1001,7 @@
"targetCPUUtilizationPercentage": {
"type": "integer",
"format": "int32",
"description": "target average CPU utilization (represented as a percentage of requested CPU) over all the pods;"
"description": "target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified the default autoscaling policy will be used."
}
}
},