- 12 Aug, 2024 1 commit
-
-
Derek Nola authored
* Update to newer OS images for install testing * Update vagrant images used for E2E Signed-off-by:Derek Nola <derek.nola@suse.com>
-
- 07 Aug, 2024 6 commits
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.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> Co-Authored-By:
ErikJang <81848652+erikjang@users.noreply.github.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com> Co-Authored-By:
Blayne Campbell <5565939+bcambl@users.noreply.github.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com> Co-Authored-By:
ahmedali6 <87921765+ahmedali6@users.noreply.github.com>
-
Vitor Savian authored
Signed-off-by:
Vitor Savian <vitor.savian@suse.com> Add recursive search and deletion of unmounted/mounted dirs in killall Signed-off-by:
Vitor Savian <vitor.savian@suse.com> Only clean the server and agent directory if it is uninstall Signed-off-by:
Vitor Savian <vitor.savian@suse.com> Add uninstall test to check mount points Signed-off-by:
Vitor Savian <vitor.savian@suse.com> Add uninstall test in CI Signed-off-by:
Vitor Savian <vitor.savian@suse.com>
-
- 02 Aug, 2024 2 commits
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brooks Newberry authored
-
- 30 Jul, 2024 2 commits
-
-
Brad Davidson authored
Looking at metrics revealed the cloudprovider controller name was anempty string. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 29 Jul, 2024 6 commits
-
-
Will Andrews authored
Co-authored-by:
Derek Nola <derek.nola@suse.com> Signed-off-by:
Will Andrews <will7989@hotmail.com>
-
Will Andrews authored
Co-authored-by:
Brad Davidson <brad@oatmail.org> Signed-off-by:
Will Andrews <will7989@hotmail.com>
-
Will authored
Signed-off-by:Will <will7989@hotmail.com>
-
Brad Davidson authored
FindString would silently skip parsing dropins if the main config file didn't exist. If a custom config file path was passed it would raise an error, but if we were parsing the default config file and it didn't exist it would just silently fail to load the dropins. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
This was only used to pass the bundled strongswan path through to the flannel ipsec backend, and is no longer needed. Ref: #719 Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 26 Jul, 2024 2 commits
-
-
Derek Nola authored
* Use higher QPS for secrets reencryption Signed-off-by:Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
* Allow pprof to run on server with `--disable-agent` * Allow supervisor metrics to run on server with `--disable-agent` Signed-off-by:Derek Nola <derek.nola@suse.com>
-
- 25 Jul, 2024 1 commit
-
-
Derek Nola authored
* Remove unnecessary hardened arguments Signed-off-by:
Derek Nola <derek.nola@suse.com> * slim down hardened arguments Signed-off-by:
Derek Nola <derek.nola@suse.com> --------- Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 24 Jul, 2024 4 commits
-
-
Brad Davidson authored
This is a partial revert of 095ecdb0, with the workaround moved into klipper-lb. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Make secretsencrypt page size and iteration consistent with other paginators Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 15 Jul, 2024 5 commits
-
-
Brad Davidson authored
Fixes an issue where running etcd-snapshot commands on a node that has a server address set in the config will manage snapshots on that server, instead of on the local node as intended. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
This should give us more detail on how long dials take before failing, so that we can perhaps better tune the retry loop in the future. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
I should have caught `[]string{cfg.NodeIP}[0]` and `[]string{envInfo.NodeIP.String()}[0]` in code review... Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
We shouldn't be replacing the configured server address on agents. Doing so breaks the agent's ability to fall back to the fixed registration endpoint when all servers are down, since we replaced it with the first discovered apiserver address. The fixed registration endpoint will be restored as default when the service is restarted, but this is not the correct behavior. This should have only been done on etcd-only nodes that start up using their local supervisor, but need to switch to a control-plane node as soon as one is available. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 13 Jul, 2024 1 commit
-
-
Brad Davidson authored
https://github.com/k3s-io/kine/compare/v0.11.9...v0.11.11Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 11 Jul, 2024 1 commit
-
-
Derek Nola authored
* For E2E upgrade test, determine the upgrade channel Signed-off-by:
Derek Nola <derek.nola@suse.com> * Fix typos Signed-off-by:
Derek Nola <derek.nola@suse.com> --------- Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 10 Jul, 2024 8 commits
-
-
Brad Davidson authored
* Move snapshot structs and functions into pkg/etcd/snapshot * Move s3 client code and functions into pkg/etcd/s3 * Refactor pkg/etcd to track snapshot and s3 moves * Add support for reading s3 client config from secret * Add minio client cache, since S3 client configuration can now be changed at runtime by modifying the secret, and don't want to have to create a new minio client every time we read config. * Add tests for pkg/etcd/s3 Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
github-actions[bot] authored
Made with
❤ ️️ by updatecli -
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
github-actions[bot] authored
* chore: Bump Local Path Provisioner version Made with
❤ ️️ by updatecli --------- Co-authored-by:github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
github-actions[bot] authored
Made with
❤ ️️ by updatecli -
dependabot[bot] authored
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.4 to 0.7.7. - [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.7.4...v0.7.7) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-retryablehttp dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Jake Hyde authored
Signed-off-by:Jake Hyde <jakefhyde@gmail.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 09 Jul, 2024 1 commit
-
-
Brad Davidson authored
Also remove the wg-add script that has been unused since v1.26 dropped the legacy wireguard backend Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-