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

Allow to specify --exclude-pod/container multiple times #218

Merged
merged 2 commits into from
Jan 28, 2023

Conversation

superbrothers
Copy link
Member

This PR allows users to specify --exclude-pod/container multiple times.

$ stern . --exclude-pod pod1 --exclude-pod pod2

$ stern . --exclude-container container1 --exclude-container container2

Closes #212

Copy link
Member

@rkmathi rkmathi left a comment

Choose a reason for hiding this comment

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

LGTM 😄

@superbrothers superbrothers merged commit b04478c into master Jan 28, 2023
@superbrothers superbrothers deleted the multiple-exclude-pod-container branch January 28, 2023 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to specify --exclude-pod multiple times
2 participants