-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of HorizontalPodAutoscaler #140
Comments
Hi, did you install metrics server in the cluster? Where/how do you see that CPU usage is zero? |
I managed to solve it, it was a problem with my metrics file, but a new query came up, when new nodes are added to hetzner, it does not join the cluster, therefore the pods that are in the pending state cannot run yet! |
Are these nodes created with a standard node pool or autoscaled? Which version of the tool did you use to create the cluster? Can you share your config (remove the token!)? |
I use the standard configuration, there I share my file! |
How many nodes do you have now according to kubectl and how many servers do you see in the Hetzner console? |
5 nodes and in the hetzner 6 console, the one I create when I scale the nodes is not added to the worker nodes pool |
Something doesn't look right: the nodes created automatically by the autoscaler have names starting with the word "autoscaled-". while your CPX31 node's name starts with "big". If that node doesn't show up in Kubectl then please remove it from the Hetzner Console. Then please check the autoscaler's pod's logs (in the |
Today I have been testing with version 1.0.5 because I did the tests yesterday with version 1.0.2, that must be why it gives this error when creating the new instances in hetznert, but today I got the error that is explained in this issue #141, the ssh is without passwords! |
Better to continue in that thread about this since it's a separate issue. |
Can I close this issue since we are following up to the time out issue in another one? |
Closing since you confirmed in another issue that you got your cluster working. :) |
One question, has anyone had problems implementing the HPA in their cluster? I have implemented it in another cluster and it works fine, but in this one it does not give me real-time cpu usage, it stays at 0.
The text was updated successfully, but these errors were encountered: