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

not output command result when excute no interactive command #138

Open
wu0407 opened this issue Jan 5, 2021 · 0 comments
Open

not output command result when excute no interactive command #138

wu0407 opened this issue Jan 5, 2021 · 0 comments

Comments

@wu0407
Copy link

wu0407 commented Jan 5, 2021

version 0.1.1

# kubectl debug  nginx-net-77965ccb89-f4shq --image=nicolaka/netshoot -- echo a
container created, open tty...
# kubectl debug  nginx-net-77965ccb89-f4shq --image=nicolaka/netshoot -- bash -c "ip add"
container created, open tty...
# kubectl debug  nginx-net-77965ccb89-f4shq --image=nicolaka/netshoot -- bash -it -c "ip add"
container created, open tty...
# kubectl debug  nginx-net-77965ccb89-f4shq --image=nicolaka/netshoot -- ip add 
container created, open tty...
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

1 participant