- 30 Aug, 2023 1 commit
-
-
Brad Davidson authored
Fixes race condition when address map is updated by multiple goroutines Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 0d23cfe0) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 29 Aug, 2023 1 commit
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 25 Aug, 2023 1 commit
-
-
Johnatas authored
Signed-off-by:
Johnatas <johnatasr@hotmail.com>
-
- 24 Aug, 2023 1 commit
-
-
Brad Davidson authored
Module version bump got dropped when backporting in fc8755dec9aa6bdfd152f6dad5c06220fa91ac6d Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 16 Aug, 2023 2 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 84ded911)
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 66bae3e3)
-
- 15 Aug, 2023 1 commit
-
-
Vitor authored
Signed-off-by:
Vitor <vitor.savian@suse.com>
-
- 10 Aug, 2023 1 commit
-
-
Vitor Savian authored
* Fixed when the user disable the etcd snapshots, but want to backup from s3 Signed-off-by:
Vitor <vitor.savian@suse.com>
-
- 05 Aug, 2023 1 commit
-
-
Ian Cardoso authored
k3s etcd-snapshot save --etcd-s3 ... is creating a local snapshot and uploading it to s3 while k3s etcd-snapshot delete --etcd-s3 ... was deleting the snapshot only on s3 buckets, this commit change the behavior of delete to do it locally and on s3 Signed-off-by:
Ian Cardoso <osodracnai@gmail.com> (cherry picked from commit e551308d)
-
- 04 Aug, 2023 11 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> (cherry picked from commit fd531140) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 23d6842f) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Fixes issue with invalid HTTP host headers over unix sockets caused by recent releases of golang rejecting invalid header values. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit a0da8ede) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Wire up a node watch to collect addresses of server nodes, to prevent adding unauthorized SANs to the dynamiclistener cert. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit aa76942d) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Guilherme Macedo authored
Signed-off-by:
Guilherme Macedo <guilherme@gmacedo.com> (cherry picked from commit cc9dce57) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Only configure enable-aggregator-routing and egress-selector-config-file if required by egress-selector-mode. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit f21ae1d9) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Simon Kirsten authored
Signed-off-by:
Simon Kirsten <simonkirsten24@gmail.com> (cherry picked from commit 546dc247) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Derek Nola authored
* Unit test for MustFindString (#8013) * Consolidate CopyFile functions (#8079) * Remove unnecessary E2E envs Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Vitor authored
Signed-off-by:
Vitor <vitor.savian@suse.com>
-
- 01 Aug, 2023 2 commits
-
-
Manuel Buil authored
[Release 1.24] Update cni plugins version to v1.3.0
-
Manuel Buil authored
Signed-off-by:
Manuel Buil <mbuil@suse.com>
-
- 20 Jul, 2023 1 commit
-
-
Johnatas authored
Signed-off-by:
Johnatas <johnatasr@hotmail.com>
-
- 15 Jul, 2023 1 commit
-
-
Derek Nola authored
* Adjust default kubeconfig permissions Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 14 Jul, 2023 1 commit
-
-
Ian Cardoso authored
Signed-off-by:
Ian Cardoso <osodracnai@gmail.com> (cherry picked from commit 58a8deb2)
-
- 13 Jul, 2023 1 commit
-
-
Derek Nola authored
* Don't use zgrep if apparmor is enforced for it * Bump e2e se timeouts for reencryption time Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 11 Jul, 2023 1 commit
-
-
Derek Nola authored
Problem: When support for etcd was added in 39571424, generation of certificates and keys for etcd was not gated behind use of managed etcd. Keys are generated and distributed across servers even if managed etcd is not enabled. Solution: Allow generation of certificates and keys only if managed etc is enabled. Check config.DisableETCD flag. Signed-off-by:
Bartossh <lenartconsulting@gmail.com> Signed-off-by:
Derek Nola <derek.nola@suse.com> Co-authored-by:
Bartosz Lenart <lenart.consulting@gmail.com>
-
- 07 Jul, 2023 4 commits
-
-
Vitor Savian authored
Adding cli to custom klipper helm image Signed-off-by:
Vitor Savian <vitor.savian@suse.com> (cherry picked from commit 0809187c) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 7f50b40c) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
LeiLei authored
Need to add a cli flag for this. Also, should probably have config file loading support for the certificate commands. Signed-off-by:
leilei.zhai <leilei.zhai@qingteng.cn> (cherry picked from commit 72d50b1f) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 06 Jul, 2023 1 commit
-
-
Manuel Buil authored
[Release 1.24] Remove file_windows.go
-
- 05 Jul, 2023 4 commits
-
-
Derek Nola authored
Signed-off-by:
Daishan Peng <daishan@acorn.io> Signed-off-by:
Derek Nola <derek.nola@suse.com> Co-authored-by:
Daishan Peng <daishan@acorn.io>
-
Manuel Buil authored
Signed-off-by:
Manuel Buil <mbuil@suse.com>
-
Manuel Buil authored
[Release 1.24] Fix code spell check
-
Manuel Buil authored
Signed-off-by:
Manuel Buil <mbuil@suse.com>
-
- 14 Jun, 2023 2 commits
-
-
Brooks Newberry authored
Signed-off-by:
Brooks Newberry <brooks@newberry.com>
-
Ian Cardoso authored
This commit adds the format command to make it easier to be compliant to golangci-lint issues Signed-off-by:
Ian Cardoso <osodracnai@gmail.com>
-
- 13 Jun, 2023 2 commits
-
-
Manuel Buil authored
[Release 1.24] Remove unused libvirt config
-
Manuel Buil authored
Signed-off-by:
Manuel Buil <mbuil@suse.com>
-