-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Clément Nussbaumer <[email protected]>
- Loading branch information
1 parent
0d5b56a
commit a65717f
Showing
3 changed files
with
3 additions
and
6 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 |
---|---|---|
|
@@ -28,8 +28,7 @@ jobs: | |
uses: engineerd/[email protected] | ||
with: | ||
config: "ci/kind-config.yaml" | ||
version: "v0.11.1" | ||
image: kindest/node:v1.23.1 | ||
version: "v0.24.0" | ||
- name: Show cluster info and switch to kube-system | ||
run: | | ||
kubectl cluster-info | ||
|
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 |
---|---|---|
|
@@ -33,8 +33,7 @@ jobs: | |
uses: engineerd/[email protected] | ||
with: | ||
config: "ci/kind-config.yaml" | ||
version: "v0.11.1" | ||
image: kindest/node:v1.23.1 | ||
version: "v0.24.0" | ||
- name: Show cluster info and switch to kube-system | ||
run: | | ||
kubectl cluster-info | ||
|
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 |
---|---|---|
|
@@ -28,8 +28,7 @@ jobs: | |
uses: engineerd/[email protected] | ||
with: | ||
config: "ci/kind-config.yaml" | ||
version: "v0.11.1" | ||
image: kindest/node:v1.23.1 | ||
version: "v0.24.0" | ||
- name: Show cluster info and switch to kube-system | ||
run: | | ||
kubectl cluster-info | ||
|