-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
continuously resolve pods matching pattern #91
base: master
Are you sure you want to change the base?
Conversation
Wow this is so cool! I've tried to get this working several times but failed to do so. Unfortunately this doesn't really work for me. When I run
|
yea sorry. Didn't test after changing the pipe location, should be fixed now |
Hmm, now it gives me:
|
readarray was added somewhere in bash 4. |
There also seems to be an issue in the subshells filtering. Looking into it after work edit: seems to have been #76 |
should I get rid of the readarray to support bash 3? |
Yes I'm using a Mac (zsh). I think it would be good to support bash 3 since afaik that's what we're trying to support atm. |
looks to be easier to have the subshell put out containers iso pods |
One thing that I notice is that the colors are not working if there are multiple pods. Could we get that working again somehow? |
Plz review and feedback.
A subshell now checks for matching pods every second and pipes a new list of pods if changes.
Pipe is being listened on by main, every time a new list of pods comes through tails get remade
issues: