kuberay icon indicating copy to clipboard operation
kuberay copied to clipboard

[Feature] [API Server] Allow autoscaling in python api server client

Open smit-kiri opened this issue 1 year ago • 4 comments
trafficstars

Search before asking

  • [X] I had searched in the issues and found no similar feature requirement.

Description

I see that API Server does support autoscaling, but that is unavailable in python api server client.

It would be very useful to add this capability

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • [ ] Yes I am willing to submit a PR!

smit-kiri avatar Mar 20 '24 15:03 smit-kiri

cc @tedhtchang @blublinsky @z103cb

kevin85421 avatar Mar 21 '24 08:03 kevin85421

Oh yes, Cluster spec is missing:

    "enableInTreeAutoscaling": true,
    "autoscalerOptions": {
        "upscalingMode": "Default",
        "idleTimeoutSeconds": 30,
        "cpu": "500m",
        "memory": "512Mi"
    },

parameters. Can get to it in a couple of weeks

blublinsky avatar Mar 21 '24 10:03 blublinsky

OK to assign to you @blublinsky to track next step?

anyscalesam avatar Mar 21 '24 19:03 anyscalesam

Sure, but I need my current PR to be merged first. It has been sitting there for several months now

blublinsky avatar Mar 21 '24 21:03 blublinsky