richicoder1/Kube Port-Forward Action
Opens a port-forward to a specific service on a specific cluster
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| kubeconfig | The path to the kube config to be used. Either kubeconfig or kubeconfig-data must be provided. | — | — |
| kubeconfig-data | The base64-encoded kube config to be used. Either kubeconfig or kubeconfig-data must be provided. | — | — |
| targetRef | The <kind>/<name> formatted target to open the port forward to. | yes | — |
| namespace | The namespace of the target ref. | no | default |
| targetPort | The port to open on the target. If not specified, port is used instead. | no | — |
| port | The port to open locally. | yes | — |
| healthCheck | The endpoint path to check for health. By default, does a GET to the root path over http. | no | — |
Outputs
no outputs