File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 max-parallel : 2
1616 matrix :
17- k8s-version : [v1.27 .0, latest]
17+ k8s-version : [v1.28 .0, latest]
1818 steps :
19+ - name : Free space
20+ run : |
21+ docker system prune -af || true
22+ df -h
1923 - name : install kind
2024 uses : helm/kind-action@v1
2125 with :
3741 git checkout ${k8s_version}
3842 git clone https://github.com/kubernetes-sigs/kind.git && cd kind
3943 kind build node-image --type=source $(pwd)/.. --image kindest/node:${k8s_version}
40- cd ../../../
44+ cd $(pwd)/ ../../../
4145 rm -rf tmp && echo "Cleanup completed: Temporary directory 'tmp' has been removed." || echo "Cleanup failed: Could not remove 'tmp' directory."
4246 - name : Create Kind Cluster(k8s version ${{ env.k8s_version }})
4347 run : |
You can’t perform that action at this time.
0 commit comments