engineerd/KinD (Kubernetes in Docker) Action
Easily run a Kubernetes cluster in your GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of Kind to use (default v0.11.1) | yes | v0.24.0 |
| config | Path (relative to the root of the repository) to a kind config file | — | — |
| image | Node Docker image to use for booting the cluster | — | — |
| name | Cluster name (default kind) | yes | kind |
| wait | Wait for control plane node to be ready (default 300s) | — | 300s |
| kubeconfig | Sets kubeconfig path instead of $KUBECONFIG or $HOME/.kube/config | — | — |
| skipClusterCreation | If true, the action will not create a cluster, just acquire the tools | — | false |
| skipClusterDeletion | If true, the action will not delete the cluster | — | false |
| skipClusterLogsExport | If true, the action will not export the cluster logs | — | false |
| verbosity | Defines log verbosity with a numeric value, (info = 0, debug = 3, trace = 2147483647) | — | 0 |
| quiet | Silence all stderr output | — | false |
Outputs
no outputs