boz/kail

Support wildcards in names

paol opened this issue · 3 comments

paol commented

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.

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

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.

@pavilalopes I will think about this, thanks