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

Support wildcards in names #49

Open
paol opened this issue Dec 10, 2019 · 3 comments
Open

Support wildcards in names #49

paol opened this issue Dec 10, 2019 · 3 comments

Comments

@paol
Copy link

paol commented Dec 10, 2019

It would be useful if we could use wilcards in name selectors. For example, instead of

kail -c video-streamer-c40 -c video-streamer-c41 -c video-streamer-c42 -c video-streamer-c43

we could just do

kail -c video-streamer-*

I'm proposing glob syntax because it's simple and probably sufficient. There's also the possibility of using regexp instead.

@chandanpasunoori
Copy link
Collaborator

@paol this can done with labels, any specific scenario?

@pavilalopes
Copy link

Hi @chandanpasunoori,
Only if by coincidence there is a label that exactly matches the containers I want to see. Most of the time that will not be the case I think.

@chandanpasunoori
Copy link
Collaborator

@pavilalopes I will think about this, thanks

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

No branches or pull requests

3 participants