kail icon indicating copy to clipboard operation
kail copied to clipboard

Support wildcards in names

Open paol opened this issue 6 years ago • 3 comments

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 avatar Dec 10 '19 11:12 paol

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

chandanpasunoori avatar Jan 05 '23 22:01 chandanpasunoori

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 avatar Jan 06 '23 09:01 pavilalopes

@pavilalopes I will think about this, thanks

chandanpasunoori avatar Jan 06 '23 10:01 chandanpasunoori