Skip to content

support k3d v4.2.0

Compare
Choose a tag to compare
@kuritka kuritka released this 14 Feb 16:41
· 50 commits to main since this release
3193bea
k3d-action k3d k3s
v1.1.0 v3.4.0 rancher/k3s:v1.20.2-k3s1
v1.2.0 v4.2.0 rancher/k3s:v1.20.2-k3s1
  • 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>