- migration to k3d v4.2.0
- Registry support
- customize local registry port
- uses: AbsaOSS/[email protected]
id: single-cluster
name: "Create single Cluster with Registry"
with:
cluster-name: "test-cluster-1"
use-default-registry: true
registry-port: 5080
args: >-
--agents 1
- Config file upport
- you can configure action via config files or mix k3d arguments together with config files
- uses: AbsaOSS/[email protected]
id: single-cluster
name: "Create single k3d Cluster"
with:
cluster-name: "test-cluster-1"
args: >-
--agents 1
--config=<path to config yaml>