Skip to content
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

Group Ordering #92

Open
mleklund opened this issue Jan 29, 2020 · 4 comments
Open

Group Ordering #92

mleklund opened this issue Jan 29, 2020 · 4 comments

Comments

@mleklund
Copy link

I have a mix of k8s ingress defined apps and CRD defined apps and group ordering seems to be random-ish. It appears that the ingress defined apps are first, in semi-alphabetical order, then the CRD apps groups appear next and they seem to be alphabetical.

@rasheedamir
Copy link
Member

@mleklund so, any suggestions on ordering should be?

PR is more than welcome

@danielwegener
Copy link

IMO: generally alphanumerical, case-insensitive (collation not required or system locale), maybe primary sorted by an "order" annotation, secondary by group name.

@igorcoding
Copy link

I think there should be a way to manually specify the groups ordering via config.

@sastorsl
Copy link
Contributor

Alphabetically by group name makes most sense.
An additional priority / sort setting would be great to keep say "cluster applications" on top, while workload fills out below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants