k9s icon indicating copy to clipboard operation
k9s copied to clipboard

Allow scaling CRDs with "scale" subresource

Open alshain opened this issue 1 year ago • 0 comments

Currently, the Scale interface is only implemented for Deployments and StatefulSets.

It'd be neat if K9S could also scale CRDs that implement the scale subresource.

There should probably be some method isScalable that answers whether a resource provides a scale subresource.

https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#scale-subresource

alshain avatar Jul 04 '24 12:07 alshain