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 (1,416 forks)batch import
area/portforwardhelp wantedkind/feature-requestpriority/p2

Repository metrics

Stars
 (12,822 stars)
PR merge metrics
 (Avg merge 3d 6h) (16 merged PRs in 30d)

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