- 20 Oct, 2021 3 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 699ea165)
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 57377d2c)
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 3449d5b9)
-
- 19 Oct, 2021 2 commits
-
-
Manuel Buil authored
[engine-1.21] Fix race condition in cloud provider
-
Manuel Buil authored
Signed-off-by:Manuel Buil <mbuil@suse.com>
-
- 18 Oct, 2021 1 commit
-
-
Brian Downs authored
-
- 12 Oct, 2021 1 commit
-
-
Hussein Galal authored
* Display cluster tls error only in debug mode Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fix Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 07 Oct, 2021 3 commits
-
-
Hussein Galal authored
* Make sure there are no duplicates in etcd member list Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fix node names with hyphens Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * use full server name for etcd node name Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
Brian Downs authored
-
Derek Nola authored
* Add "etcd-" prefix to etcd-snapshot commands as alias Signed-off-by:dereknola <derek.nola@suse.com>
-
- 04 Oct, 2021 1 commit
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 01 Oct, 2021 1 commit
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 30 Sep, 2021 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> (cherry picked from commit 156bae29)
-
- 28 Sep, 2021 1 commit
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 23 Sep, 2021 1 commit
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 21 Sep, 2021 3 commits
-
-
Derek Nola authored
Signed-off-by:dereknola <derek.nola@suse.com>
-
Derek Nola authored
Signed-off-by:dereknola <derek.nola@suse.com>
-
Chris Kim authored
* Update to Kubernetes v1.21.5 * Handle moved runc library Signed-off-by:Chris Kim <oats87g@gmail.com>
-
- 16 Sep, 2021 1 commit
-
-
Derek Nola authored
Signed-off-by:dereknola <derek.nola@suse.com>
-
- 15 Sep, 2021 1 commit
-
-
Chris Kim authored
Signed-off-by:Chris Kim <oats87g@gmail.com>
-
- 14 Sep, 2021 1 commit
-
-
Chris Kim authored
Signed-off-by:Chris Kim <oats87g@gmail.com>
-
- 10 Sep, 2021 1 commit
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 01 Sep, 2021 1 commit
-
-
Brad Davidson authored
Also honor node-ip when adding the node address to the SAN list, instead of hardcoding the autodetected IP address. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 31 Aug, 2021 1 commit
-
-
Hussein Galal authored
* Fix condition for adding kubernetes endpoints Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * Fix condition for adding kubernetes endpoints Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 27 Aug, 2021 2 commits
-
-
Manuel Buil authored
[engine-1.21] Add functions to separate ipv4 from ipv6 functions
-
Manuel Buil authored
Signed-off-by:Manuel Buil <mbuil@suse.com>
-
- 20 Aug, 2021 1 commit
-
-
Derek Nola authored
* Upgraded flock with shared and integration test. Signed-off-by:
dereknola <derek.nola@suse.com> Co-authored-by:
Brian Downs <brian.downs@gmail.com>
-
- 17 Aug, 2021 2 commits
-
-
Hussein Galal authored
* Reset load balancer state during restoraion Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * Reset load balancer state during restoraion Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
Craig Jellick authored
We missed a handful of labels in our stalebot config. The presence of these labels should prevent closing. Signed-off-by:Craig Jellick <craig@rancher.com>
-
- 16 Aug, 2021 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>
-
- 13 Aug, 2021 1 commit
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 12 Aug, 2021 2 commits
-
-
Malte Starostik authored
* Fix URL pruning when joining an etcd member Problem: Existing member clientURLs were checked if they contain the joining node's IP. In some edge cases this would prune valid URLs when the joining IP is a substring match of the only existing member's IP. Because of this, it was impossible to e.g. join 10.0.0.2 to an existing node that has an IP of 10.0.0.2X or 10.0.0.2XX: level=fatal msg="starting kubernetes: preparing server: start managed database: joining etcd cluster: etcdclient: no available endpoints" Solution: Fixed by properly parsing the URLs and comparing the IPs for equality instead of substring match. Signed-off-by:Malte Starostik <info@stellaware.de>
-
Derek Nola authored
* Added new testing documentation Signed-off-by:Derek Nola <derek.nola@suse.com>
-
- 10 Aug, 2021 3 commits
-
-
Derek Nola authored
* Added locking system for integration tests Signed-off-by:dereknola <derek.nola@suse.com>
-
Jamie Phillips authored
Updated the method being called and tweaked the logic. Signed-off-by:Jamie Phillips <jamie.phillips@suse.com>
-
Derek Nola authored
* Moved testing utils into tests directory. Improved gotests template. * Updated cgroups2 with util folder rename Signed-off-by:dereknola <derek.nola@suse.com>
-
- 09 Aug, 2021 2 commits
-
-
Brian Downs authored
* account for an s3 folder when listing objects
-
Derek Nola authored
Signed-off-by:dereknola <derek.nola@suse.com>
-