actions-marketplace-validations/Setup k3d
GitHub Action for setting up k3d (k3s in Docker). It's lighter than KinD (Kubernetes in Docker).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | k3d version | no | latest |
| name | cluster name | no | mycluster |
| skipClusterCreation | if "true", the action will not create a cluster, just acquire the tools | no | false |
| ingressPort | if it is not "0", ingress will be exposed to the specified port | no | 0 |
| agents | number of agents | no | 0 |
| options | options for k3d cluster create command | no | "" |
Outputs
no outputs