kuberay
kuberay copied to clipboard
[Feature] [API Server] Allow autoscaling in python api server client
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!
cc @tedhtchang @blublinsky @z103cb
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
OK to assign to you @blublinsky to track next step?
Sure, but I need my current PR to be merged first. It has been sitting there for several months now