File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -104,18 +104,12 @@ jobs:
104104 - name : Set up Docker Buildx
105105 uses : docker/setup-buildx-action@v3
106106
107- - name : Prepare the environment
108- uses : nick-fields/retry@v3
107+ - name : Install Kind
108+ uses : helm/kind-action@v1.12.0
109109 with :
110- timeout_seconds : 120
111- max_attempts : 3
112- on_retry_command : |
113- # Clear-ups before retries
114- rm -rf /usr/local/bin/kind /usr/local/bin/kubectl
115- command : |
116- sudo apt-get update
117- sudo apt-get install -y gettext-base
118- sudo hack/setup-cluster.sh prepare /usr/local/bin
110+ install_only : true
111+ version : ${{ env.KIND_VERSION }}
112+ kubectl_version : ${{ env.K8S_VERSION }}
119113
120114 - name : Log in to the GitHub Container registry
121115 uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments