8000 kubectl port-forward does not get terminated when d8s exits · Issue #31 · damoon/d8s · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

kubectl port-forward does not get terminated when d8s exits #31

Closed
elchenberg opened this issue Feb 15, 2022 · 1 comment
Closed

kubectl port-forward does not get terminated when d8s exits #31

elchenberg opened this issue Feb 15, 2022 · 1 comment

Comments

@elchenberg
Copy link
Contributor

How to reproduce:

# list port-forwards before
ps u | grep 'kubectl port-forward'

# run some minimal d8s commands
d8s up sh -c 'exit 0'
d8s run sh -c 'exit 0'

# list port-forwards after
ps u | grep 'kubectl port-forward'

Expected behaviour: The number of port-forwards stays the same.

Actual behaviour: The number of port-forwards increases every time d8s is executed.

d8s version: 0.9.2

uname -a: Linux [REDACTED] 5.4.0-97-generic #110~18.04.1-Ubuntu SMP Mon Jan 17 20:50:31 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

@elchenberg
Copy link
Contributor Author

Fixed with fef9154

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

Successfully merging a pull request may close this issue.

1 participant
0