tako icon indicating copy to clipboard operation
tako copied to clipboard

Add PortForward section to skaffold config for externally built containers

Open marcinc opened this issue 4 years ago • 0 comments

Currently skaffold dev doesn't tail logs or port-forwards services that aren't build by skaffold. See relevant issue: https://github.com/GoogleContainerTools/skaffold/issues/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 avatar Feb 03 '21 16:02 marcinc