We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3f19c commit d0f1118Copy full SHA for d0f1118
.github/workflows/reusable-e2e.yml
@@ -104,18 +104,12 @@ jobs:
104
- name: Set up Docker Buildx
105
uses: docker/setup-buildx-action@v3
106
107
- - name: Prepare the environment
108
- uses: nick-fields/retry@v3
+ - name: Install Kind
+ uses: helm/[email protected]
109
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
+ install_only: true
+ version: ${{ env.KIND_VERSION }}
+ kubectl_version: ${{ env.K8S_VERSION }}
119
120
- name: Log in to the GitHub Container registry
121
uses: docker/login-action@v3
0 commit comments