iamolegga/Kubectl Port Forward

GitHub Action for kubectl port-forwarding

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
resourceKubernetes resource to forward to (e.g., pod/my-pod, deploy/my-deployment, service/my-service)yes
remote-portRemote port on the Kubernetes resourceyes
local-portLocal port to forward to (defaults to remote-port)no
namespaceKubernetes namespace (uses current context if not specified)no
wait-timeoutSeconds to wait for resource to be ready (default: 60)no60
health-check-timeoutSeconds to wait for port to be accessible (default: 10)no10
health-check-intervalSeconds between health checks (default: 1)no1
namedescription
local-portThe local port that was forwarded
pidProcess ID of the kubectl port-forward process