crane icon indicating copy to clipboard operation
crane copied to clipboard

recommendedValue is empty

Open QuchengRep1 opened this issue 3 years ago • 1 comments

Describe the feature

Version : craned:v0.3.0

When I use a Analytics with type: Replicas,Recommendation returns ready but I got no recommendedValue.

That 's all status show: status: conditions:

  • lastTransitionTime: "2022-09-22T10:07:09Z" message: Recommendation is ready reason: RecommendationReady status: "True" type: Ready

Then I turn down the config in Analytics.spec.config: config: ehpa.deployment-min-replicas: "0" ehpa.statefulset-min-replicas: "0" ehpa.workload-min-replicas: "0" ehpa.pod-min-ready-seconds: "0" ehpa.pod-available-ratio: "0" ehpa.default-min-replicas: "0" ehpa.min-cpu-usage-threshold: "0" ehpa.fluctuation-threshold: "0" ehpa.min-cpu-target-utilization: "0"

But its not work yet, situation is the same as before,Recommendation returns ready and got no Recommendation.status.recommendedValue in result.

QuchengRep1 avatar Sep 22 '22 10:09 QuchengRep1

Would you please upgrade to newest version:0.7 ? https://github.com/gocrane/crane/releases/tag/v0.7.0 Analytics in 0.3 is not working ready yet,

qmhu avatar Sep 22 '22 14:09 qmhu