Skip to content

Commit

Permalink
workflows: force a version of k3s that should fix our ci issues
Browse files Browse the repository at this point in the history
See: k3s-io/k3s#3704

Figuring out what to actually put on the --image option was far harder
than it seems it should have been. :-\

Signed-off-by: John Mulligan <[email protected]>
  • Loading branch information
phlogistonjohn committed Sep 23, 2021
1 parent 59792f6 commit c59449e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Create k3d registry
run: k3d registry create "${REG_BASE}" --port "${REG_PORT}"
- name: Create k3d cluster
run: k3d cluster create --wait --registry-use "${REGISTRY}"
run: k3d cluster create --wait --image docker.io/rancher/k3s:v1.21.5-k3s1 --registry-use "${REGISTRY}"
- name: Wait for cluster ready
run: |
while ! kubectl get serviceaccount default >/dev/null; do sleep 1; done
Expand Down

0 comments on commit c59449e

Please sign in to comment.