helm/Kind Cluster
Create a kind (Kubernetes IN Docker) cluster
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The kind version to use (default: v0.31.0) | no | v0.31.0 |
| config | The path to the kind config file | no | — |
| kubeconfig | The path to the kubeconfig config file | no | — |
| node_image | The Docker image for the cluster nodes | no | — |
| cluster_name | The name of the cluster to create (default: chart-testing) | no | chart-testing |
| wait | The duration to wait for the control plane to become ready (default: 60s) | no | 60s |
| verbosity | The verbosity level for kind (default: 0) | no | 0 |
| kubectl_version | The kubectl version to use (default: v1.35.0) | no | v1.35.0 |
| registry | Whether to configure an insecure local registry (default: false) | no | false |
| registry_image | The registry image to use (default: registry:2) | no | registry:2 |
| registry_name | The registry name to use (default: kind-registry) | no | kind-registry |
| registry_port | The local port used to bind the registry (default: 5000) | no | 5000 |
| registry_enable_delete | Enable delete operations on the registry (default: false) | no | false |
| install_only | Skips cluster creation, only install kind (default: false) | no | false |
| ignore_failed_clean | Whether to ignore the post-delete the cluster (default: false) | no | false |
| cloud_provider | Whether to use cloud provider loadbalancer (default: false) | no | false |
Outputs
no outputs