From 55210545f192fb74a09d9a5fa8797f99e0b33f6c Mon Sep 17 00:00:00 2001 From: Dmitri Moore Date: Mon, 6 May 2019 14:40:37 -0700 Subject: [PATCH] Clarify which containers are port forwarded --- docs/content/en/docs/how-tos/portforward/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/how-tos/portforward/_index.md b/docs/content/en/docs/how-tos/portforward/_index.md index 475073bd9de..3f6e09fd366 100755 --- a/docs/content/en/docs/how-tos/portforward/_index.md +++ b/docs/content/en/docs/how-tos/portforward/_index.md @@ -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 >}}