GoogleContainerTools/skaffold

[Feature request] Port forwarding works for all deployed containers

Open

#5,099 opened on Dec 3, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (12,822 stars) (1,416 forks)batch import
area/portforwardhelp wantedkind/feature-requestpriority/p2

Description

Related: #3712

Current pod selection logic for port-forwarding excludes images that aren't built by Skaffold. This is similar to log tailing and they both use the same pod selector.

Steps to repro: #5067

Contributor guide