actions-marketplace-validations/Kubernetes Cluster providers
Create and destroy Kubernetes clusters in a portable manner.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| provider | The Kubernetes cluster provider (ie, k3d, kind, gke...) | yes | — |
| command | The command to run (ie, create, delete...) | yes | — |
| name | The name of the cluster. It should be unique but constant in your workflow. | no | — |
| size | The total number of nodes in the cluster (including master and worker nodes) | no | — |
| machine | (for some providers) The node size or 'model', depending on the cluster provider (ie, on Azure it can be something like 'Standard_D2s_v3') | no | — |
| region | (for some providers) The cluster location (ie, 'us-east1-b' on GKE) | no | — |
| registry | (for some providers) A custom name for the registry in the cluster | no | — |
Outputs
no outputs