- 07 Feb, 2025 3 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>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 06 Feb, 2025 1 commit
-
-
Derek Nola authored
* Migrate conformance docker test Switch to hydrophone from sonobuoy Support serial conformance * Replace docker tests with go version on arm32 Drone pipeline * Support multiple DB, push hydrophone logs to test output * Replace etcd and sqlite conformance tests with golang versions * Retry on flaky btrfs section * Fix db cleanup for sqlite, be explicit on the dbtype Signed-off-by:Derek Nola <derek.nola@suse.com>
-
- 05 Feb, 2025 3 commits
-
-
github-actions[bot] authored
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>
-
Derek Nola authored
* [e2e] Convert RunCmdOnNode to method * Consolidate e2e variables into TestConfig struct * Consolidate docker and integration test helper functions * E2E: Directly count daemonsets, not their pods * Add missing Context levels for E2E tests * Migrate e2e.ParsePods to new tests client package * Run the go test compile test on their respective architectures Signed-off-by:Derek Nola <derek.nola@suse.com>
-
- 04 Feb, 2025 1 commit
-
-
Derek Nola authored
* Build and Run Arm64 Docker Tests * Compile go tests for both amd64 and arm64 * Use version.sh to determine channel, not git * Consolidate docker tests into 2D matrix * Remove old Docker test from Drone and Github Actions Signed-off-by:Derek Nola <derek.nola@suse.com>
-
- 03 Feb, 2025 1 commit
-
-
Derek Nola authored
Signed-off-by:Derek Nola <derek.nola@suse.com>
-
- 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 4 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>
-