- 09 Jan, 2025 1 commit
-
-
Brad Davidson authored
The servers package, and router.go in particular, had become quite large. Address this by moving some things out to separate packages: * http request handlers all move to pkg/server/handlers. * node password bootstrap auth handler goes into pkg/nodepassword with the other nodepassword code. While we're at it, also be more consistent about calling variables that hold a config.Control struct or reference `control` instead of `config` or `server`. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 08 Jan, 2025 3 commits
-
-
dependabot[bot] authored
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps alpine from 3.20 to 3.21. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Rokibul Hasan authored
* Automate coredns version bumps with updatecli Signed-off-by:
Rokibul Hasan <mdrokibulhasan@appscode.com> * Remove run-make-generate.sh Signed-off-by:
Rokibul Hasan <mdrokibulhasan@appscode.com> --------- Signed-off-by:
Rokibul Hasan <mdrokibulhasan@appscode.com>
-
- 07 Jan, 2025 5 commits
-
-
muicoder authored
#11501 Signed-off-by:muicoder <muicoder@gmail.com>
-
Derek Nola authored
Signed-off-by:Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
* Add "k3s certificate check" clause for better test coverage Signed-off-by:
Derek Nola <derek.nola@suse.com> * Add table support to cert check Signed-off-by:
Derek Nola <derek.nola@suse.com> --------- Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
* Upload E2E journald logs as artifacts in GHA Signed-off-by:
Derek Nola <derek.nola@suse.com> * Improve fork information for parent extraction Signed-off-by:
Derek Nola <derek.nola@suse.com> --------- Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Hussein Galal authored
Signed-off-by:galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 03 Jan, 2025 1 commit
-
-
Hyouka authored
Signed-off-by:rivolity <hamdaouiomar1@gmail.com>
-
- 20 Dec, 2024 6 commits
-
-
Brad Davidson authored
Avoid "snapshot save already in progress" flake when snapshot reconcile from previous save is still in progress. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Expose actual error, so that we can tell if the deployment is not found or not ready/available Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Makes logged output more consistent when k3s fails during initialization Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Hussein Galal authored
* Update libraries and codegen for k8s 1.32 Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> * Fixes for 1.32 Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> * Disable tests with down-rev agents These are broken by AuthorizeNodeWithSelectors being on by default. All agents must be upgraded to v1.32 or newer to work properly, until we backport RBAC changes to older branches. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> --------- Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> Co-authored-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 19 Dec, 2024 1 commit
-
-
Brooks Newberry authored
-
- 18 Dec, 2024 1 commit
-
-
Derek Nola authored
Signed-off-by:Derek Nola <derek.nola@suse.com>
-
- 16 Dec, 2024 1 commit
-
-
dependabot[bot] authored
Bumps alpine from 3.20 to 3.21. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 12 Dec, 2024 1 commit
-
-
Brooks Newberry authored
Signed-off-by:Brooks Newberry <brooks@newberry.com>
-
- 11 Dec, 2024 1 commit
-
-
github-actions[bot] authored
Made with
❤ ️️ by updatecli Co-authored-by:github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
- 10 Dec, 2024 5 commits
-
-
Reinhard Nägele authored
* Update to coredns 1.12.0 Signed-off-by:Reinhard Nägele <unguiculus@gmail.com>
-
Brad Davidson authored
Add flags supervisor and apiserver ports and bind address so that we can add an e2e to cover supervisor and apiserver on separate ports, as used by rke2 Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Fix issue where rke2 tunnel was trying to connect to apiserver port instead of supervisor Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brooks Newberry authored
-
Derek Nola authored
Signed-off-by:Derek Nola <derek.nola@suse.com>
-
- 06 Dec, 2024 12 commits
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
The error message should be printf style, not just concatenated. The current message is garbled if the command or result contains things that look like formatting directives: `Internal error occurred: error sending request: Post "https://10.10.10.102:10250/exec/default/volume-test/volume-test?command=sh&command=-c&command=echo+local-path-test+%!!(MISSING)E(MISSING)+%!!(MISSING)F(MISSING)data%!!(MISSING)F(MISSING)test&error=1&output=1": proxy error from 127.0.0.1:6443 while dialing 10.10.10.102:10250, code 502: 502 Bad Gateway` Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
None of these fields or functions are used in k3s or rke2 Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 05 Dec, 2024 1 commit
-
-
Derek Nola authored
* Add missing default OS for split server test Signed-off-by:
Derek Nola <derek.nola@suse.com> * Launch go routine and return for k3s secrets-encrypt reencrypt Signed-off-by:
Derek Nola <derek.nola@suse.com> --------- Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 04 Dec, 2024 1 commit
-
-
Derek Nola authored
Signed-off-by:Derek Nola <derek.nola@suse.com>
-