Upgrade CI to 1.35.0-k3s1 using etcd#4670
Merged
0xavi0 merged 3 commits intorancher:mainfrom Feb 19, 2026
Merged
Conversation
This PR upgrades the `k3s` version used in our CI to `v1.35.0-k3s1` and enables `etc` instead to `kine` meanwhile the reported issue k3s-io/k3s#13656 is fixed. Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions CI workflows that provision k3d clusters to use k3s v1.35.0-k3s1 and switches cluster initialization to embedded etcd by passing --cluster-init to k3s on the server node.
Changes:
- Bump the default/pinned k3s version used by several e2e workflows to
v1.35.0-k3s1. - Add
--k3s-arg "--cluster-init@server:0"to k3d cluster creation steps to initialize embedded etcd. - Update nightly workflow dispatch input description/default to the new k3s version.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/e2e-rancher-upgrade-fleet.yml | Updates default k3s version and adds --cluster-init for upstream cluster provisioning. |
| .github/workflows/e2e-rancher-upgrade-fleet-to-head-ci.yml | Bumps pinned k3s version and enables --cluster-init for upstream/downstream clusters. |
| .github/workflows/e2e-nightly-ci.yml | Updates default k3s version and enables --cluster-init for the provisioned cluster. |
| .github/workflows/e2e-fleet-upgrade-ci.yml | Bumps k3s version and enables --cluster-init for the provisioned cluster. |
| .github/workflows/e2e-ci.yml | Updates matrix k3s versions and enables --cluster-init during cluster provisioning. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
thardeck
requested changes
Feb 18, 2026
Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
thardeck
approved these changes
Feb 19, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR upgrades the
k3sversion used in our CI tov1.35.0-k3s1and enablesetcdinstead tokinemeanwhile the reported issue k3s-io/k3s#13656 is fixed.Additional Information
Checklist
- [ ] I have updated the documentation via a pull request in thefleet-docs repository.