kuritka/Setup K3d
K3d action with multi-cluster support.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 29, 2021
- License
- MIT
Pinned Snippet
uses: kuritka/k3d-action@47e5d0b4012c57183082ec11232a44e565c0af6c # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| k3d-name | (Required) Cluster name. | yes | — |
| k3d-args | (Optional) Additional arguments to k3d cluster. see: https://k3d.io/usage/commands/ | no | — |
| k3d-network | (Optional) Cluster network. Default value k3d-action-bridge-network | no | — |
| k3d-subnet | (Optional) Cluster subnet CIDR. Default value 172.16.0.0/24 in case k3d-network is not set. | no | — |
| k3d-registry | (Optional) Autogenerate docker registry accessible from the cluster. | no | false |
| k3d-registry-config-path | (Optional) Path to custom registry configuration file. Variable requires K3D_REGISTRY to be true. | no | — |
Outputs
| name | description |
|---|---|
| k3d-network | Detected k3d version |
| k3d-subnet | Detected k3d network subnet |