actions-marketplace-validations/Kube Port-Forward Action

Opens a port-forward to a specific service on a specific cluster

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 7, 2020
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/richicoder1_kube-forward-action@c8500d1ecaac3efd381b7279c19ee0ee2763a9e8 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
kubeconfigThe path to the kube config to be used. Either kubeconfig or kubeconfig-data must be provided.
kubeconfig-dataThe base64-encoded kube config to be used. Either kubeconfig or kubeconfig-data must be provided.
targetRefThe <kind>/<name> formatted target to open the port forward to.yes
namespaceThe namespace of the target ref.nodefault
targetPortThe port to open on the target. If not specified, port is used instead.no
portThe port to open locally.yes
healthCheckThe endpoint path to check for health. By default, does a GET to the root path over http.no

no outputs