- 31 Jan, 2025 2 commits
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 30 Jan, 2025 2 commits
-
-
Reinhard Nägele authored
Signed-off-by:Reinhard Nägele <unguiculus@gmail.com>
-
Rafael authored
Signed-off-by:Rafael Breno <32229014+rafaelbreno@users.noreply.github.com>
-
- 29 Jan, 2025 2 commits
-
-
Brad Davidson authored
Also adds a CLI flag and fields for session token, which must be passed alongside the access key and secret when using temporary credentials. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
manuelbuil authored
Signed-off-by:manuelbuil <mbuil@suse.com>
-
- 27 Jan, 2025 11 commits
-
-
Derek Nola authored
Signed-off-by:Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
Signed-off-by:Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
DRY Docker test configuration strucutres - Reduce TestConfig fields, rename secret -> token - remove unused ENV control vars - Consolidate DeployWorkload function similar to E2E function Signed-off-by:Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
Signed-off-by:Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com> x Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
Signed-off-by:Derek Nola <derek.nola@suse.com>
-
dependabot[bot] authored
Bumps [actions/stale](https://github.com/actions/stale) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: actions/stale 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>
-
github-actions[bot] authored
* chore: Bump Local Path Provisioner version Made with
❤ ️️ by updatecli * chore: Bump Local Path Provisioner version Made with❤ ️️ by updatecli --------- Co-authored-by:github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.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>
-
- 24 Jan, 2025 2 commits
-
-
Brad Davidson authored
Also add an ordinal to subtests so its easier to figure out which one is failing Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Restricting deferred node password validation to only requests from the local node is not possible without breaking split-role cluster cold start. There are too many cases where node password secrets may not yet be available due to the apiserver not being up. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 21 Jan, 2025 1 commit
-
-
github-actions[bot] authored
Made with
❤ ️️ by updatecli Co-authored-by:github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
- 16 Jan, 2025 2 commits
-
-
Rafael authored
Signed-off-by:Rafael Breno <32229014+rafaelbreno@users.noreply.github.com>
-
Derek Nola authored
* Bump klipper-lb to v0.4.10 Bump klipper-helm to v0.9.4 Signed-off-by:
Derek Nola <derek.nola@suse.com> * Bump helm-controller Signed-off-by:
Derek Nola <derek.nola@suse.com> --------- Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 15 Jan, 2025 1 commit
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 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>
-