We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 don't seem to be started when services are deployed in dev mode. Should be a quick and simple fix.
Port forwards should be started.
Include the -w flag when using garden deploy with dev mode to ensure the port-forwards are started until this has been fixed.
-w
garden deploy
The text was updated successfully, but these errors were encountered:
fix(core): deploy command wouldn't start port forwards with dev flag
a55a619
Simple omission, we forgot to check the dev flag when checking if the method would be persistent (and should thus start proxies). Fixes #2497
a25d635
08b1e17
31b6568
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
edvald
Successfully merging a pull request may close this issue.
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 usinggarden deploy
with dev mode to ensure the port-forwards are started until this has been fixed.The text was updated successfully, but these errors were encountered: