engineerd/KinD (Kubernetes in Docker) Action

Easily run a Kubernetes cluster in your GitHub Action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionVersion of Kind to use (default v0.11.1)yesv0.24.0
configPath (relative to the root of the repository) to a kind config file
imageNode Docker image to use for booting the cluster
nameCluster name (default kind)yeskind
waitWait for control plane node to be ready (default 300s)300s
kubeconfigSets kubeconfig path instead of $KUBECONFIG or $HOME/.kube/config
skipClusterCreationIf true, the action will not create a cluster, just acquire the toolsfalse
skipClusterDeletionIf true, the action will not delete the clusterfalse
skipClusterLogsExportIf true, the action will not export the cluster logsfalse
verbosityDefines log verbosity with a numeric value, (info = 0, debug = 3, trace = 2147483647)0
quietSilence all stderr outputfalse

no outputs