-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Show min/max replica count when using kubectl get scaledobject #1410
Comments
Hi @tomkerkhove are we adding the min/max? is this going forward? |
I had tweaked with the code to get these before so if it is going forward I can raise the pr. |
We are certainly open for a PR if you want to contribute this @Ritikaa96 - Thanks! |
Sure, thanks @tomkerkhove ! so to be certain we have to add minReplicaCount and maxReplicaCount both right? Like:
|
I'd go for |
@tomkerkhove yeah, I like this |
@tomkerkhove @zroubalik Great then, I'll change the column-names to MIN REPLICAS & MAX REPLICAS and raise the PR. |
@tomkerkhove @zroubalik adding MIN | MAX for both scaledObject and scaledJob cases in #1534 FYI. |
Show minimum replica count when using kubectl get scaledobject.
Use-Case
This allows operators to easily learn what the replica counts are for scaled objects.
The text was updated successfully, but these errors were encountered: