-
Notifications
You must be signed in to change notification settings - Fork 750
Autoscaling with kubernetes v1.13 HPA objects not being created. #994
Comments
Hi @lumjjb, Thank you for the report. It seems that we need to update the monitoring dependencies that we are using to support autoscaling in 1.13. Just to double check, the deployment of the function work as expected and you can trigger functions but you cannot add autoscaling, isn't it? |
Yup! That is right, function deployment and calling works perfectly! |
Any news on that issue ? |
We plan to update the supported versions for Kubeless @cscetbon but we haven't had the time to do so yet. Stay tuned! If in the meantime someone wants to pick this and contribute an update I will be happy to help. |
Is this issue still not fixed ? Is there any workaround ? |
This is still an issue, but it seems that it may be related to the way the |
Is this a BUG REPORT or FEATURE REQUEST?:
Bug report.
What happened:
Upon creating an autoscale rule for a function in kubeless,
kubeless autoscale ls
did not show any results. In addition, no HPA objects were found in the cluster.What you expected to happen:
A rule for autoscaling should be shown in
kubeless autoscale ls
together with its associated hpa objection.How to reproduce it (as minimally and precisely as possible):
On a kubernetes v1.13 cluster:
Anything else we need to know?:
Logs from
kubectl logs -n kubeless -l kubeless=controller -c kubeless-function-controller
Environment:
kubectl version
):Kubeless version (use
kubeless version
):Kubeless version: v1.0.1
Cloud provider or physical cluster:
Kubeadm cluster on GCE
The text was updated successfully, but these errors were encountered: