bakito/Kind Cluster
Create a kind (Kubernetes IN Docker) cluster
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 2, 2026
- License
- None
Pinned Snippet
uses: bakito/kind-with-registry-action@b13dc5fd599a5c774e7ca721d6e7a34f7269d2d8 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| kind_version | The version of kind to use | no | v0.32.0 |
| kind_cluster_name | The name of kind cluster | no | chart-testing |
| kubectl_version | The version of kubectl to use | no | v1.36.2 |
| node_image | The version of node image to use | no | kindest/node:v1.36.1 |
| debug | enable debug output for helm chart installation | no | false |
| docker_image_name | Name of the docker image to import to kind | no | "" |
| docker_image_file | Name of the docker image file (tar) to import to kind | no | "" |
| port_mappings | Optional kind node port mappings to set as nodes[0].extraPortMappings. Must be a YAML list (multi-line), e.g. - containerPort: 30080 hostPort: 80 protocol: TCP | no | - containerPort: 30080 hostPort: 80 protocol: TCP - containerPort: 30443 hostPort: 443 protocol: TCP |
Outputs
no outputs