You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
The text was updated successfully, but these errors were encountered:
How to reproduce:
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
The text was updated successfully, but these errors were encountered: