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

Provide ability to configure the amount of output reported #17

Open
bryantbiggs opened this issue Feb 7, 2023 · 0 comments
Open

Provide ability to configure the amount of output reported #17

bryantbiggs opened this issue Feb 7, 2023 · 0 comments
Labels
feature-request Request for a new feature

Comments

@bryantbiggs
Copy link
Member

bryantbiggs commented Feb 7, 2023

Use case

Users may be interested in different levels of output. For example, some users may want to see only the required checks that failed and ignore the recommended checks. Others may want to see all reported results, even if there are no required/recommended changes.

Solution/User Experience

Configure output levels

    --quiet - suppress all output
    (default, no flags) - show failed checks on hard requirements
    --warn - in addition to failed, show warnings (low number of IPs available for nodes/pods, addon version older than current default, etc.)
    --info - in addition to failed and warnings, show informational notices (number of IPs available for nodes/pods, addon version relative to current default and latest, etc.)

Alternative solutions

No response

@bryantbiggs bryantbiggs added triage feature-request Request for a new feature and removed triage labels Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for a new feature
Projects
Status: Backlog
Development

No branches or pull requests

1 participant