You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Annotations: autoscaling.crane.io/effective-hpa-current-metrics:
- resource:
current:
averageUtilization: 12
averageValue: 516m
name: cpu
type: Resource
...
Status:
Conditions:
Last Transition Time: 2024-01-11T01:34:34Z
Message: Effective HPA is ready
Reason: EffectiveHorizontalPodAutoscalerReady
Status: True
Type: Ready
Last Transition Time: 2024-01-11T01:34:34Z
Message: not all metric predicted
Reason: PredictPartial
Status: False
Type: PredictionReady
Last Transition Time: 2024-01-11T01:34:34Z
Message: recommended size matches current size
Reason: ReadyForNewScale
Status: True
Type: AbleToScale
Last Transition Time: 2024-01-11T01:34:34Z
Message: the HPA was able to successfully calculate a replica count from cpu resource utilization (percentage of request)
Reason: ValidMetricFound
Status: True
Type: ScalingActive
Last Transition Time: 2024-01-11T01:34:34Z
Message: the desired replica count is less than the minimum replica count
Reason: TooFewReplicas
Status: True
Type: ScalingLimited
Current Replicas: 16
Expect Replicas: 16
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal PredictionCreated 6m22s effective-hpa-controller Create TimeSeriesPrediction successfully
Normal HPACreated 6m22s effective-hpa-controller Create HorizontalPodAutoscaler successfully
kubectl describe hpa ehpa-biz-service
Metrics: ( current / target )
resource cpu on pods (as a percentage of request): 12% (517m) / 50%
...
Describe the feature
K8s version 1.20.0
Craned version 0.11.0
Create ehpa yaml:
kubectl describe ehpa biz-service
kubectl describe hpa ehpa-biz-service
kubectl describe TimeSeriesPrediction ehpa-biz-service
prometheus data:
ps: biz-service has been running for more than three months
Why is there no crane_autoscaling_prediction Metric in HPA resources ?
Under what circumstances will there be the message "not all metric predicted"?
The text was updated successfully, but these errors were encountered: