- 18 Nov, 2021 1 commit
-
-
Chris Kim authored
* Update to v1.21.7 Signed-off-by:
Chris Kim <oats87g@gmail.com>
-
- 17 Nov, 2021 1 commit
-
-
Hussein Galal authored
Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 16 Nov, 2021 1 commit
-
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 15 Nov, 2021 1 commit
-
-
Derek Nola authored
* Remove skip warning * Add warning back in but without value Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 12 Nov, 2021 2 commits
-
-
Derek Nola authored
* Match to last After keyword for parser (#4383) * Made parser able to skip over subcommands * Fix to allow etcd-snapshot to use config file with flags that are only used with k3s server. (#4464) Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Chris Kim authored
* Add etcd extra args support for K3s Signed-off-by:
Chris Kim <oats87g@gmail.com> * Add etcd custom argument integration test Signed-off-by:
Chris Kim <oats87g@gmail.com> * Redux: Enable K3s integration test to run on existing cluster (#3905) * Made it possible to run int tests on existing cluster Signed-off-by:
dereknola <derek.nola@suse.com> Signed-off-by:
Chris Kim <oats87g@gmail.com> Co-authored-by:
Derek Nola <derek.nola@suse.com>
-
- 11 Nov, 2021 1 commit
-
-
Brad Davidson authored
Since we now start the server's agent sooner and in the background, we may need to wait longer than 30 seconds for the apiserver to become ready on downstream projects such as RKE2. Since this essentially just serves as an analogue for the server's apiReady channel, there's little danger in setting it to something relatively high. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 10 Nov, 2021 4 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 199424b6)
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 29c8b238)
-
Brian Downs authored
Add ability to reconcile bootstrap data between datastore and disk (#3398)
-
- 09 Nov, 2021 2 commits
-
-
Luther Monson authored
* updating to new signals package in wrangler Signed-off-by:
Luther Monson <luther.monson@gmail.com>
-
Luther Monson authored
Required to support apiextensions.v1 as v1beta1 has been deleted. Also update helm-controller and dynamiclistener to track wrangler versions. Signed-off-by:
Luther Monson <luther.monson@gmail.com> Co-authored-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 01 Nov, 2021 1 commit
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 29 Oct, 2021 4 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 3da1bb3a)
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 5acd0b90)
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 3fe460d0)
-
Hussein Galal authored
Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 27 Oct, 2021 2 commits
-
-
Brad Davidson authored
This reverts commits c5a91545 45c5d78cSigned-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brian Downs authored
-
- 25 Oct, 2021 2 commits
-
-
galal-hussein authored
Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
Brian Downs authored
-
- 22 Oct, 2021 2 commits
-
-
Derek Nola authored
Signed-off-by:
dereknola <derek.nola@suse.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 20 Oct, 2021 7 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
Partial cherry-pick from 29c8b238Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
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>
-