- 13 Nov, 2020 1 commit
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 12 Nov, 2020 2 commits
-
-
Menna Elmasry authored
[backport 1.19] cri: pull in updated /dev/shm fix
-
Jacob Blain Christen authored
Do not relabel container /dev/shm when it is host /dev/shm. Signed-off-by:
Jacob Blain Christen <jacob@rancher.com>
-
- 11 Nov, 2020 1 commit
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 09 Nov, 2020 1 commit
-
-
Jacob Blain Christen authored
Addresses rancher/k3s#2240 Signed-off-by:
Jacob Blain Christen <jacob@rancher.com>
-
- 29 Oct, 2020 2 commits
-
-
Chris Kim authored
[1.19 Backport] Support k3s-selinux rpm install more effectively
-
Chris Kim authored
Add additional conditional logic to install.sh to prevent errors on Fedora or systems when run as non-root Signed-off-by:
Chris Kim <oats87g@gmail.com>
-
- 28 Oct, 2020 33 commits
-
-
Menna Elmasry authored
Make etcd use node private ip
-
Ranjib Dey authored
Signed-off-by: Ranjib Dey ranjib@linux.com
-
Chris Kim authored
Signed-off-by:
Chris Kim <oats87g@gmail.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Chris Kim authored
Signed-off-by:
Chris Kim <oats87g@gmail.com>
-
Chris Kim authored
Signed-off-by:
Chris Kim <oats87g@gmail.com>
-
Hussein Galal authored
* skip node delete from removed member Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * use grpc errors Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * go imports Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * exit if node is the etcd that being removed Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
Brad Davidson authored
* Set etcd timeouts using values from k8s instead of etcdctl Fix for one of the warnings from #2303 * Use etcd zap logger instead of deprecated capsnlog Fix for one of the warnings from #2303 * Remove member self-promotion code paths * Add learner promotion tracking code * Fix RaftAppliedIndex progress check * Remove ErrGRPCKeyNotFound check This is not used by v3 API - it just returns a response with 0 KVs. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Jeremy Katz authored
Signed-off-by:
Jeremy Katz <jeremy@tidelift.com>
-
Brian Downs authored
Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
Brian Downs authored
Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
Erik Wilson authored
-
Erik Wilson authored
-
Erik Wilson authored
-
Erik Wilson authored
-
Erik Wilson authored
-
Erik Wilson authored
-
Erik Wilson authored
-
Erik Wilson authored
-
Brad Davidson authored
This is a minimal fix for https://github.com/rancher/rke2/issues/392Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Hussein Galal authored
* add reset tmp file Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * go imports Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fix multiple lines string Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fix typo Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * use resetFile function Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
Brad Davidson authored
* Revert "Remove dead EndpointName code" This reverts commit 8025da5a. * Fix docstrings based on proper understanding of use
-
Brad Davidson authored
The default http client does not have an overall request timeout, so connections to misbehaving or unavailable servers can stall for an excessive amount of time. At the moment, just attempting to join an unavailable cluster takes 2 minutes and 40 seconds to timeout. Resolve that by setting a reasonable request timeout. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Improves readability, reduces round-trips to the join server to validate certs. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Also change identical error messages to clarify where problems are occurring. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Silences warning on startup about insecure directory permissions Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
According to @galal-hussein this is dead code that was probably brought over from Kine. I certainly couldn't figure out what it is supposed to be doing. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
We should ignore --token and --server if the managed database is initialized, just like we ignore --cluster-init. If the user wants to join a new cluster, or rejoin a cluster after --cluster-reset, they need to delete the database. This a cleaner way to prevent deadlocking on quorum loss, and removes the requirement that the target of the --server argument must be online before already joined nodes can start. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-