- 27 Sep, 2020 6 commits
-
-
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>
-
- 26 Sep, 2020 3 commits
-
-
Kevin Messer authored
It's a bad practice to install packages via rpm directly. It's better to install all packages with Yum/Dnf. It's also possible to install packages directly via an URL, which is the purpose of this PR.
-
Adam Farden authored
Wants= is required to actually set the dependency on network-online.service After= is required or k3s.service will be started at the same time as network-online.service In network environments with slow DHCP, both are required to ensure valid network configuration for k3s Signed-off-by:Adam Farden <adam@farden.cz>
-
Matthew Clive authored
Adds the line `After=network-online.target` to the k3s systemd service file. This applies the fix mentioned in [this GH comment](https://github.com/rancher/k3s/issues/1626#issuecomment-642253812) which I can confirm makes k3s networking survive reboot in Raspbian Buster. [It appears, in some docs I found](https://www.digitalocean.com/community/tutorials/understanding-systemd-units-and-unit-files) that this is a recommended and usual way of specifying that we need the target to be _completed_ before starting k3s. Using just the `Wants=` directive doesn't work for this task, you have to add both directives at once to do this. Quote: > `Wants=`: This directive is similar to `Requires=`, but less strict. > `Systemd` will attempt to start any units listed here when this unit > is activated. If these units are not found or fail to start, the > current unit will continue to function. This is the recommended way to > configure most dependency relationships. **Again, this implies a > parallel activation unless modified by other directives** > [...] > `After=`: The units listed in this directive will be started before > starting the current unit. This does not imply a dependency > relationship and **one must be established through the above > directives if this is required.** - _(Emphasis mine)_ Signed-off-by:
Matthew Clive <arcticlight@arcticlight.me> Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 24 Sep, 2020 1 commit
-
-
David Nuzik authored
Mark k3s v1.18.9+k3s1 as stable
-
- 22 Sep, 2020 2 commits
-
-
Brad Davidson authored
* Don't take snapshots if the local endpoint is still a learner * Configure timeouts for etcd client dialer
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 21 Sep, 2020 4 commits
-
-
Menna Elmasry authored
bump k8s version to v1.19.2 on master
-
MonzElmasry authored
Signed-off-by:MonzElmasry <menna.elmasry@rancher.com>
-
MonzElmasry authored
Signed-off-by:MonzElmasry <menna.elmasry@rancher.com>
-
Brian Downs authored
This attempts to update logging statements to make them consistent through out the code base. It also adds additional context to messages where possible, simplifies messages, and updates level where necessary.
-
- 19 Sep, 2020 1 commit
-
-
Hussein Galal authored
* reset etcd name on cluster reset Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * gofmt Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 18 Sep, 2020 2 commits
-
-
Craig Jellick authored
-
Brad Davidson authored
The list is the same across architectures, and is validated against the list in git as part of CI... so there's no reason to be pushing it from every pipeline. It's also causing conflicts when multiple pipelines try to upload it at the same time. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 17 Sep, 2020 1 commit
-
-
Brian Downs authored
Add Trivy Scans for Built Images
-
- 16 Sep, 2020 5 commits
-
-
Craig Jellick authored
This will cause 1.19.* releases to be aggregated into a v1.19 channel on https://update.k3s.io/v1-release/channelsSigned-off-by:
Craig Jellick <craig@rancher.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>
-
Brad Davidson authored
Since we're replacing the k3s rolebindings.yaml in rke2, we should allow renaming this so that we can use the white-labeled name downstream. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Related to #1908 Will be fixed upstream by https://github.com/rancher/local-path-provisioner/pull/135/ but we're not going to update the LPP image right now since it's undergoing some changes that we don't want to pick up at the moment. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 15 Sep, 2020 5 commits
-
-
Brian Downs authored
Signed-off-by:Brian Downs <brian.downs@gmail.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>
-
Brian Downs authored
Signed-off-by:Brian Downs <brian.downs@gmail.com>
-
Erik Wilson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 14 Sep, 2020 2 commits
-
-
Brad Davidson authored
This reduces the binary footprint for downstream users that won't use these files anyway. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Menna Elmasry authored
* add error logger to http server Signed-off-by:MonzElmasry <menna.elmasry@rancher.com>
-
- 11 Sep, 2020 4 commits
-
-
Hussein Galal authored
Signed-off-by:galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
Craig Jellick authored
We need to make the expectations around git commits and the process for pull requests more clear to contributors. Signed-off-by:Craig Jellick <craig@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 09 Sep, 2020 4 commits
-
-
Hussein Galal authored
* pin down grpc and related library in go.mod Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * go mod tidy Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
Brad Davidson authored
Update to v1.19.1-k3s1
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Update PR template to match RKE2
-