Skip to content

Commit 8a860cf

Browse files
authored
[Action] fix cicd k3d bug add k3d-tag: v5.7.5 add k3s version:v1.27.16+k3s1 (#4405)
1 parent 56e80e6 commit 8a860cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/backend.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,9 @@ jobs:
244244
- name: Init k3s
245245
uses: nolar/setup-k3d-k3s@v1
246246
with:
247-
version: latest
247+
version: v1.27.16+k3s1
248248
k3d-args: -s 1 --network dinky_net --api-port 172.28.0.1:6550
249+
k3d-tag: v5.7.5
249250
- name: Get k3s kube config
250251
run: k3d kubeconfig get --all && mkdir ./kube && k3d kubeconfig get --all > ./kube/k3s.yaml && sed -i 's/0.0.0.0/172.28.0.1/g' ./kube/k3s.yaml
251252
- name: Init k8s RBAC and namespace

0 commit comments

Comments
 (0)