diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 5d58bc34..bb48bcb5 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -1662,7 +1662,7 @@ jobs: - name: Create k3d cluster run: | - k3d cluster create tai-test --no-lb --wait --api-port 0 + k3d cluster create tai-test --no-lb --wait --api-port 16443 kubectl wait --for=condition=Ready node --all --timeout=60s k3d image import alpine:latest -c tai-test diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 79f392ba..2f7247ff 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -1216,7 +1216,7 @@ jobs: - name: Create k3d cluster run: | - k3d cluster create tai-test --no-lb --wait --api-port 0 + k3d cluster create tai-test --no-lb --wait --api-port 16443 kubectl wait --for=condition=Ready node --all --timeout=60s k3d image import alpine:latest -c tai-test