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

Add PortForward section to skaffold config for externally built containers #378

Open
marcinc opened this issue Feb 3, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@marcinc
Copy link
Contributor

marcinc commented Feb 3, 2021

Currently skaffold dev doesn't tail logs or port-forwards services that aren't build by skaffold. See relevant issue: GoogleContainerTools/skaffold#5067

Alternative solution would be to explicitly inject (and reconcile) portForward config section for relevant services, e.g.:

portForward:
  - resourceType: Service
    resourceName: wordpress
    namespace: wp
    port: 8080
    localPort: 8080
@marcinc marcinc added enhancement New feature or request labels-to-ext and removed labels-to-ext labels Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant