{{hpa.spec.scaleRef.kind | humanizeKind : true}}:
{{hpa.spec.scaleRef.name}}
Min Pods:
{{hpa.spec.minReplicas || 1}}
Max Pods:
{{hpa.spec.maxReplicas}}
CPU Limit Request Target:
{{hpa.spec.cpuUtilization.targetPercentage | hpaCPUPercent : project}}%
Current Usage:
Not available
{{hpa.status.currentCPUUtilizationPercentage | hpaCPUPercent : project}}%
Last Scaled:
Edit |