jthomperoo / predictive-horizontal-pod-autoscaler

Horizontal Pod Autoscaler built with predictive abilities using statistical models
Apache License 2.0
330 stars 30 forks source link

Errors in phpa operator pod #74

Closed MarahAbu closed 1 year ago

MarahAbu commented 1 year ago

Describe the bug I have these two errors in the phpa operator pod:

Predictive Horizontal Pod Autoscaler Version The version of the Predictive Horizontal Pod Autoscaler the bug has been found on. v0.11.1

To Reproduce Steps to reproduce the behavior:

  1. Deploy latest phpa version (v0.11.1)
  2. Run with holt_winters model
  3. See error

Expected behavior A clear and concise description of what you expected to happen. num of pods being predicted after two-three load tests without the errors described above

Kubernetes Details (kubectl version): Kubernetes version, kubectl version etc. v1.20

Additional context Add any other context about the problem here.

amitde69 commented 1 year ago

@jthomperoo any update on this one ?

jthomperoo commented 1 year ago

Hi @amitde69 I've identified the issue as being with the Python logic that runs the holt winters calculation - I just haven't had time to address any of the issues in this project for a while since I've been very busy. I'll try to make some time to have a look when I can. Thanks!

jthomperoo commented 1 year ago

This fix is now available in v0.11.2, please let me know if your issue is not resolved.