-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove the use of the --short flag in kubectl version
Fixes ENG-1890 Signed-off-by: Russell Centanni <[email protected]> Co-authored-by: JoshInLondon <[email protected]> Co-authored-by: Martin Chatterton <[email protected]> Signed-off-by: Russell Centanni <[email protected]>
- Loading branch information
1 parent
79ab43e
commit 853b3f1
Showing
577 changed files
with
230,521 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 |
---|---|---|
|
@@ -21,18 +21,27 @@ env: | |
jobs: | ||
test-e2e: | ||
runs-on: ubuntu-latest | ||
|
||
matrix: | ||
kubectl_version: | ||
- v1.27.4 | ||
- v1.28.0 | ||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- name: Checkout repo | ||
uses: actions/checkout@v2 | ||
|
||
- name: kubectl install | ||
uses: azure/setup-kubectl@v3 | ||
with: | ||
version: ${{ matrix.kubectl_version }} | ||
|
||
# Creates KinD with using k8s versions from the matrix above | ||
- name: Set up kind with K8s version v1.22.4 | ||
uses: engineerd/[email protected] | ||
with: | ||
version: "v0.11.1" | ||
image: kindest/node:v1.22.4 | ||
|
||
- name: Testing kind cluster set-up | ||
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
Oops, something went wrong.