container-tools/Kubernetes KinD Cluster
Create a KinD (Kubernetes in Docker) cluster with a container image registry and optional addons (Knative)
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.17.0) | — | — |
| config | The path to the KinD config file | — | — |
| node_image | The Docker image for the cluster nodes | — | — |
| cluster_name | The name of the cluster to create (default: kind) | — | — |
| wait | The duration to wait for the control plane to become ready (default: 60s) | — | — |
| log_level | The log level for KinD | — | — |
| registry | Configures an insecure registry on kind-registry:5000 to be used with KinD (default: true) | — | — |
| registry_delete | Enables delete operations on the Image Registry (default is false) | — | — |
| kubectl_version | The version of kubectl to use (default: v1.26.1) | — | — |
| knative_serving | The version of Knative Serving to install on the Kind cluster (not installed by default - example: v1.0.0) | — | — |
| knative_kourier | The version of Knative Net Kourier to install on the Kind cluster (not installed by default - example: v1.0.0) | — | — |
| knative_eventing | The version of Knative Eventing to install on the Kind cluster (not installed by default - example: v1.0.0) | — | — |
| cpu | For Mac OS only: Number of CPUs to be allocated to the virtual machine (default: 2) | — | — |
| memory | For Mac OS only: Size of the memory in GiB to be allocated to the virtual machine (default: 12) | — | — |
| disk | For Mac OS only: Size of the disk in GiB to be allocated to the virtual machine (default: 60) | — | — |
Outputs
no outputs