- 13 Jan, 2025 2 commits
-
-
Maja Bojarska authored
The effective snapshot dir is "${data-dir}/server/db/snapshots". The server segment is missing in the CLI-reported default path, potentially misleading the user about the actual default snapshot destination. Signed-off-by:Maja Bojarska <majabojarska98@gmail.com>
-
Rafael authored
Signed-off-by:Rafael Breno <32229014+rafaelbreno@users.noreply.github.com>
-
- 11 Jan, 2025 1 commit
-
-
Brad Davidson authored
Only wait for k3s-controller RBAC when AuthorizeNodeWithSelectors blocks kubelet from listing nodes Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 10 Jan, 2025 1 commit
-
-
Reinhard Nägele authored
When running the generated kill and uninstall scripts, the environment variable `K3S_DATA_DIR` got lost, because `sudo` by default doesn't preserve the environment. This is fixed by adding the `--preserve-env` flag. Signed-off-by:Reinhard Nägele <unguiculus@gmail.com>
-
- 09 Jan, 2025 13 commits
-
-
muicoder authored
#11501 Signed-off-by:muicoder <muicoder@gmail.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
github-actions[bot] authored
Made with
❤ ️️ by updatecli Co-authored-by:github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
Vitor Savian authored
* Add auto import images Signed-off-by:
Vitor Savian <vitor.savian@suse.com> * Fix EOF error log when importing tarball files Signed-off-by:
Vitor Savian <vitor.savian@suse.com> * Delaying queue Signed-off-by:
Vitor Savian <vitor.savian@suse.com> * Add parse for images Signed-off-by:
Vitor Savian <vitor.savian@suse.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Make this field an interface instead of pointer to allow mocking. Not sure why wrangler has a type that returns an interface instead of just making it an interface itself. Wrangler in general is hard to mock for testing. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Convert nodepassword tests to use shared mocks 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
Clients now generate keys client-side and send CSRs. If the server is down-level and sends a cert+key instead of just responding with a cert signed with the client's public key, we use the key from the server instead. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
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 3 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>
-