-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,16 +49,18 @@ jobs: | |
- name: Setup Kind | ||
uses: engineerd/[email protected] | ||
with: | ||
version: "v0.11.1" | ||
version: "v0.20.0" | ||
run: | | ||
kind get clusters | ||
- name: Setup 2nd Kind | ||
run: | | ||
kind create cluster --image kindest/node:v1.20.15 --name 2nd-kind --kubeconfig 2nd-kind | ||
kind create cluster --image kindest/node:v1.24.15 --name 2nd-kind --kubeconfig 2nd-kind | ||
kind get clusters | ||
- name: Setup 3rd Kind | ||
run: | | ||
kind create cluster --image kindest/node:v1.19.16 --name 3rd-kind --kubeconfig 3rd-kind | ||
kind create cluster --image kindest/node:v1.21.14 --name 3rd-kind --kubeconfig 3rd-kind | ||
kind get clusters | ||
- name: E2E Test | ||
|