not output command result when excute no interactive command
- Dominant language
- Go
- Stars
- 2.3k
- Forks
- 303
- PR merge metrics
- No merged PRs in 30d
Description
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...
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the listed kubectl debug commands, including the non-interactive variants, and inspect how their output is handled. Done means command results are displayed for non-interactive execution as well as interactive sessions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100