-
Notifications
You must be signed in to change notification settings - Fork 266
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
kn service list
is not sorted
#324
Comments
I've built the client from current master and I see that service list is printed in sorted order
@steren could you please re-check and probably add a sample output ? /cc @daisy-ycguo |
@navidshaikh I don't think it would harm if we had a client-side sorting, too. E.g. it could be that one Knative implementation (e.g. in Kubernetes) does a server-side sorting and another (e.g. Cloud Run on Appengine) does not (i guess its the latter for @steren ). To be safe we have to sort client-side (as a sort order is not part of the Knative serving spec anyway). |
@rhuss ah! right. Makes sense. 👍 |
Expected Behavior
$ kn service list
lists services sorted by alphabetical order.Actual Behavior
$ kn service list
does not seem to have any particular sorting.The text was updated successfully, but these errors were encountered: