- 05 Dec, 2020 1 commit
-
-
Brian Downs authored
* update Go to 1.15.5 Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
- 04 Dec, 2020 2 commits
-
-
Jacob Blain Christen authored
Signed-off-by:
Jacob Blain Christen <jacob@rancher.com>
-
Jacob Blain Christen authored
Signed-off-by:
Jacob Blain Christen <jacob@rancher.com>
-
- 30 Nov, 2020 1 commit
-
-
Jacob Blain Christen authored
This change set replaces these go.mod replacement directives with references to k3s-io repositories. - rancher/kubernetes - rancher/nocode Part of https://github.com/rancher/k3s/issues/2189Signed-off-by:
Jacob Blain Christen <jacob@rancher.com>
-
- 17 Nov, 2020 2 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
* Remove unused release.sh and DAPPER_HOST_ARCH * Reliably use ARCH from version.sh * Export GOARCH and GOARM so that they are used by `go build` Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 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 27 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>
-