Skip to content

Commit

Permalink
Clarify which containers are port forwarded
Browse files Browse the repository at this point in the history
  • Loading branch information
demisx authored May 6, 2019
1 parent ba63c30 commit 5521054
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 5521054

Please sign in to comment.