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

include grep in the host OS #1414

Closed
bcressey opened this issue Mar 24, 2021 · 2 comments · Fixed by #1562
Closed

include grep in the host OS #1414

bcressey opened this issue Mar 24, 2021 · 2 comments · Fixed by #1562
Assignees
Labels
type/enhancement New feature or request
Milestone

Comments

@bcressey
Copy link
Contributor

What I'd like:
I'd like to have grep available in the host OS to help inspect logs.

Any alternatives you've considered:
Either running grep from the admin container or using other tools to find output. This can be inconvenient, especially if interrupts a troubleshooting session inside a host shell.

@bcressey bcressey added type/enhancement New feature or request priority/p2 labels Mar 24, 2021
@swade1987
Copy link

This would've been extremely useful when needing to run the following command to remove old calico IP tables rules

iptables-save | grep -v cali- | iptables-restore

@jhaynes jhaynes added this to the next+1 milestone Mar 26, 2021
@arnaldo2792 arnaldo2792 self-assigned this May 5, 2021
@arnaldo2792 arnaldo2792 added status/in-progress This issue is currently being worked on and removed status/notstarted labels May 5, 2021
@arnaldo2792
Copy link
Contributor

I already built it in my branch, I'm working in the PR 👍

@arnaldo2792 arnaldo2792 linked a pull request May 6, 2021 that will close this issue
@bcressey bcressey removed the status/in-progress This issue is currently being worked on label Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants