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

Add ability to disable test on specified namespaces #321

Closed
wants to merge 5 commits into from

Commits on Oct 20, 2020

  1. Add ability to disable test on specified namespaces

    This features adds the ability to disable tests on the specified
    namespaces.
    
    Specific usage example:
    
    ``` shellsession
    kube-score2 score --ignore-namespace=logging,minio -
    ```
    
    This usecase is specifically for ignore the checks on namespace like
    `istio-system` which isn't managed by us.
    psibi committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    e90a1ef View commit details
    Browse the repository at this point in the history
  2. Fix tests

    psibi committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    53929eb View commit details
    Browse the repository at this point in the history
  3. Fix s.bothMetas too

    psibi committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    879e5a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1f72c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Update code to ignore it with comment

    Changes based on feedback from @zegl
    psibi committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    644188c View commit details
    Browse the repository at this point in the history