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

daemon: Remove --help flags grouping #15564

Merged
merged 1 commit into from
Apr 7, 2021
Merged

Conversation

brb
Copy link
Member

@brb brb commented Apr 6, 2021

This commit reverts the --help flags grouping introduced by [1].

The motivation for removing the grouping is the following:

  • Some flags should be in multiple groups to help users to navigate
    through the flags (e.g. "IPMasqAgentConfigPath").
  • Some grouping doesn't make much sense (e.g. "IP flags" - each flag
    should belong to a different group instead).
  • We tend to forget to add new flags.

Therefore considering above, the alphabetical order yields better UX.

[1]: #10795

@brb brb requested a review from a team April 6, 2021 06:13
@brb brb requested a review from a team as a code owner April 6, 2021 06:13
@brb brb requested review from borkmann and twpayne April 6, 2021 06:13
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Apr 6, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.10.0 Apr 6, 2021
@brb brb added the release-note/minor This PR changes functionality that users may find relevant to operating Cilium. label Apr 6, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Apr 6, 2021
Copy link
Member

@borkmann borkmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for cleaning up this mess! 👍

@brb brb force-pushed the pr/brb/rm-help-flags-grouping branch from 0710419 to 7603ac6 Compare April 6, 2021 09:33
@brb
Copy link
Member Author

brb commented Apr 6, 2021

test-me-please

@pchaigno pchaigno added the dont-merge/needs-rebase This PR needs to be rebased because it has merge conflicts. label Apr 6, 2021
@brb brb force-pushed the pr/brb/rm-help-flags-grouping branch from 7603ac6 to 5210f1a Compare April 7, 2021 07:06
@brb brb removed the dont-merge/needs-rebase This PR needs to be rebased because it has merge conflicts. label Apr 7, 2021
This commit reverts the --help flags grouping introduced by [1].

The motivation for removing the grouping is the following:

- Some flags should be in multiple groups to help users to navigate
  through the flags (e.g. "IPMasqAgentConfigPath").
- Some grouping doesn't make much sense (e.g. "IP flags" - each flag
  should belong to a different group instead).
- We tend to forget to add new flags.

Therefore considering above, the alphabetical order yields better UX.

[1]: #10795

Signed-off-by: Martynas Pumputis <m@lambda.lt>
@pchaigno
Copy link
Member

pchaigno commented Apr 7, 2021

test-me-please

@brb brb added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Apr 7, 2021
@pchaigno
Copy link
Member

pchaigno commented Apr 7, 2021

k8s-1.20-kernel-4.19 failed with known flake #15575. Other CI jobs are passing (even though GitHub doesn't report the updated status).

@pchaigno pchaigno merged commit 9bc95c8 into master Apr 7, 2021
1.10.0 automation moved this from In progress to Done Apr 7, 2021
@pchaigno pchaigno deleted the pr/brb/rm-help-flags-grouping branch April 7, 2021 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/minor This PR changes functionality that users may find relevant to operating Cilium.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

5 participants