Skip to content

Commit

Permalink
Merge pull request #2078 from demisx/patch-1
Browse files Browse the repository at this point in the history
Clarify which containers are port forwarded
  • Loading branch information
priyawadhwa authored May 6, 2019
2 parents 0558713 + 5521054 commit f25b09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/how-tos/portforward/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ spec:
```

{{< alert title="Note" >}}
If port 8000 isn't available, another random port will be chosen.
If port 8000 isn't available, another random port will be chosen. Currently, only containers that contain images specified as skaffold artifacts will be port forwarded. In other words, port forwarding will not work for containers which reference images not built by the skaffold itself (e.g. official images hosted on 3rd party container registries such as Docker Hub, docker.elastic.co, etc.). We're working on adding user defined port-forwarding, which would allow you to specify additional containers to port-forward.
{{< /alert >}}

0 comments on commit f25b09f

Please sign in to comment.