[root@demo ~]# oc delete hpa hpa-resource-metrics-memory horizontalpodautoscaler "hpa-resource-metrics-memory" deleted [root@demo ~]# oc describe hpa nginx-demo Name: nginx-demo Namespace: testmysql Labels: <none> Annotations: <none> CreationTimestamp: Wed, 06 Jun 2018 10:36:57 +0800 Reference: DeploymentConfig/nginx-demo Metrics: ( current / target ) resource cpu on pods (as a percentage of request): 0% (0) / 80% Min replicas: 1 Max replicas: 3 Conditions: Type Status Reason Message ---- ------ ------ ------- AbleToScale True ReadyForNewScale the last scale time was sufficiently old as to warrant a new scale ScalingActive True ValidMetricFound the HPA was able to succesfully calculate a replica count from cpu resource utilization (percentage of request) ScalingLimited True TooFewReplicas the desired replica count is more than the maximum replica count Events: <none>
[root@demo~]# oc describe hpa hpa-resource-metrics-memory Name: hpa-resource-metrics-memory Namespace: testmysql Labels: <none> Annotations: <none> CreationTimestamp: Wed, 06 Jun 2018 10:28:59 +0800 Reference: DeploymentConfig/nginx-demo Metrics: ( current / target ) resource memory on pods (as a percentage of request): 1% (1347584) / 50% Min replicas: 1 Max replicas: 3 Conditions: Type Status Reason Message ---- ------ ------ ------- AbleToScale True ReadyForNewScale the last scale time was sufficiently old as to warrant a new scale ScalingActive True ValidMetricFound the HPA was able to succesfully calculate a replica count from memory resource utilization (percentage of request) ScalingLimited False DesiredWithinRange the desired count is within the acceptable range Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedGetScale 5m (x6 over 8m) horizontal-pod-autoscaler no matches for apps/, Kind=DeploymentConfig Warning FailedGetScale 4m (x3 over 5m) horizontal-pod-autoscaler no matches for apps/, Kind=ReplicationController Warning FailedGetScale 3m horizontal-pod-autoscaler replicationcontrollers/scale.autoscaling "nginx-demo" not found