- 20 Oct, 2021 6 commits
-
-
Brad Davidson authored
Using MAINPID breaks systemd's exit detection, as it stops watching the original pid, but is unable to watch the new pid as it is not a child of systemd itself. The best we can do is just notify when execing the child process. We also need to consolidate forking into a sigle place so that we don't end up with multiple levels of child processes if both redirecting log output and reaping child processes. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit dc18ef2e)
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 88178ae65e39482078d794289c05cb92f2b106f7)
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 086ca8ba)
-
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
[Release-1.21] Race fix in cloud provider
-
Manuel Buil authored
Signed-off-by:Manuel Buil <mbuil@suse.com>
-
- 18 Oct, 2021 1 commit
-
-
Brian Downs authored
-
- 14 Oct, 2021 1 commit
-
-
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>
-
- 12 Oct, 2021 1 commit
-
-
Hussein Galal authored
Signed-off-by:galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 07 Oct, 2021 2 commits
-
-
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 3 commits
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Manuel Buil authored
[Backport 1.21] Enable the inheritance of settings for ipv6
-
Manuel Buil authored
Signed-off-by:Manuel Buil <mbuil@suse.com>
-
- 23 Sep, 2021 1 commit
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 17 Sep, 2021 2 commits
-
-
dereknola authored
Signed-off-by:dereknola <derek.nola@suse.com>
-
Chris Kim authored
* Update to v1.21.5 Signed-off-by:Chris Kim <oats87g@gmail.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 1 commit
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 18 Aug, 2021 1 commit
-
-
Hussein Galal authored
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>
-
- 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 2 commits
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
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> (cherry picked from commit b23955e8) Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 10 Aug, 2021 1 commit
-
-
Brian Downs authored
* account for an s3 folder when listing objects
-
- 05 Aug, 2021 2 commits
-
-
Hussein Galal authored
Signed-off-by:galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 29 Jul, 2021 1 commit
-
-
Hussein Galal authored
Signed-off-by:galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 28 Jul, 2021 1 commit
-
-
Derek Nola authored
* Fix to allow non-root users access to storage volumes. (#3714) * Fix to prevent non-root users from accessing storage directory, while allowing non-root users access to subdirectories. Signed-off-by:dereknola <derek.nola@suse.com>
-
- 21 Jul, 2021 1 commit
-
-
David Nuzik authored
[Release-1.21] Fix multiple bootstrap keys found
-