bakito/Kind Cluster

Create a kind (Kubernetes IN Docker) cluster

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 2, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: bakito/kind-with-registry-action@b13dc5fd599a5c774e7ca721d6e7a34f7269d2d8 # v1.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
kind_versionThe version of kind to usenov0.32.0
kind_cluster_nameThe name of kind clusternochart-testing
kubectl_versionThe version of kubectl to usenov1.36.2
node_imageThe version of node image to usenokindest/node:v1.36.1
debugenable debug output for helm chart installationnofalse
docker_image_nameName of the docker image to import to kindno""
docker_image_fileName of the docker image file (tar) to import to kindno""
port_mappingsOptional 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

no outputs