reconcilerio/Kubernetes in Docker
Run a Kubernetes cluster in Docker with kind
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cluster-name | Name of the kind cluster. | — | kind |
| kind-version | Version of kind to use. | — | — |
| cloud-provider-kind-version | Version of cloud-provider-kind to use. Use 'disabled' to disable the provider, 'auto' to use the latest tested version, 'latest' to use the latest released version, or any other release tag or git ref to consume that version. | — | disabled |
| kubernetes-version | Version of Kubernetes to use. Resolves to a tag for the Kubernetes node image in the ghcr.io/reconcilerio/kind/node repository. May also be specified as a fully qualified image. | — | — |
| registry | Custom local registry to trust for the cluster | — | — |
| registry-ca | Path to PEM encoded certificate authority to trust for the local registry | — | — |
Outputs
| name | description |
|---|---|
| context | kubernetes context for this cluster |
| kubernetes-version | running kubernetes version as reported by the cluster, multi-node clusters will produce a new line separated list with an item for each control-plane node |