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

Port-forwards not being started for services in dev mode #2497

Closed
thsig opened this issue Jul 21, 2021 · 0 comments · Fixed by #2500
Closed

Port-forwards not being started for services in dev mode #2497

thsig opened this issue Jul 21, 2021 · 0 comments · Fixed by #2500
Assignees
Labels

Comments

@thsig
Copy link
Collaborator

thsig commented Jul 21, 2021

Bug

Current Behavior

Port forwards don't seem to be started when services are deployed in dev mode. Should be a quick and simple fix.

Expected behavior

Port forwards should be started.

Workaround

Include the -w flag when using garden deploy with dev mode to ensure the port-forwards are started until this has been fixed.

@thsig thsig added the bug label Jul 21, 2021
edvald added a commit that referenced this issue Jul 21, 2021
Simple omission, we forgot to check the dev flag when checking if the
method would be persistent (and should thus start proxies).

Fixes #2497
edvald added a commit that referenced this issue Aug 5, 2021
Simple omission, we forgot to check the dev flag when checking if the
method would be persistent (and should thus start proxies).

Fixes #2497
edvald added a commit that referenced this issue Aug 5, 2021
Simple omission, we forgot to check the dev flag when checking if the
method would be persistent (and should thus start proxies).

Fixes #2497
dmytri pushed a commit to dmytri/garden that referenced this issue Aug 19, 2021
Simple omission, we forgot to check the dev flag when checking if the
method would be persistent (and should thus start proxies).

Fixes garden-io#2497
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants