-
-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade
k8s-openapi
to 0.22 and bump MK8SV to 1.25 (#1485)
* Bump k8s-openapi to 0.22.0 Signed-off-by: clux <[email protected]> * bump mk8sv and fix logic? weirdly it tried to increment two versions which is wrong Signed-off-by: clux <[email protected]> * more recent k3s ver Signed-off-by: clux <[email protected]> * try a tag that actually exists Signed-off-by: clux <[email protected]> * try using consistent k3s actions everywhere Signed-off-by: clux <[email protected]> --------- Signed-off-by: clux <[email protected]>
- Loading branch information
Showing
6 changed files
with
16 additions
and
14 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
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 |
---|---|---|
|
@@ -23,14 +23,16 @@ jobs: | |
uses: taiki-e/install-action@v2 | ||
with: | ||
tool: [email protected] | ||
- uses: AbsaOSS/k3d-action@v2 | ||
name: "Create Single Cluster" | ||
- uses: nolar/setup-k3d-k3s@v1 | ||
with: | ||
cluster-name: "test-cluster-1" | ||
args: >- | ||
--image docker.io/rancher/k3s:v1.24.4-k3s1 | ||
-p 10250:10250 | ||
--k3s-arg "--no-deploy=traefik,servicelb,metrics-server@server:*" | ||
version: v1.25 | ||
# k3d-kube | ||
k3d-name: kube | ||
# Used to avoid rate limits when fetching the releases from k3s repo. | ||
# Anonymous access is limited to 60 requests / hour / worker | ||
# github-token: ${{ secrets.GITHUB_TOKEN }} | ||
k3d-args: "-p 10250:10250 --no-rollback --k3s-arg --disable=traefik,servicelb,metrics-server@server:*" | ||
|
||
- name: Run cargo-tarpaulin | ||
run: | | ||
rustup run stable cargo tarpaulin -o xml --skip-clean | ||
|
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
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
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
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