sarge841/Kubernetes (k8s) CLI - kubectl
GitHub Action for interacting with kubectl (k8s)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| args | Arguments for the CLI command | no | — |
| output_variable | Environment variable name to save output to (optional) | no | — |
| display_results | Whether or not to show output of command | no | true |
| display_command | Whether or not to show the fully built command before execution | no | true |
| kube_host | Kubernetes API server host (defaults to KUBE_HOST environment variable) | no | — |
| kube_certificate | Base64-encoded Kubernetes certificate authority (defaults to KUBE_CERTIFICATE environment variable) | no | — |
| kube_username | Kubernetes username (defaults to KUBE_USERNAME environment variable) | no | — |
| kube_password | Kubernetes password (defaults to KUBE_PASSWORD environment variable) | no | — |
| kube_token | Kubernetes API token (defaults to KUBE_TOKEN environment variable) | no | — |
| kube_config | A base64-encoded kubeconfig file (defaults to KUBE_CONFIG environment variable) | no | — |
Outputs
no outputs