- 18 Nov, 2021 1 commit
-
-
Chris Kim authored
* Update to v1.22.4 Signed-off-by:Chris Kim <oats87g@gmail.com>
-
- 17 Nov, 2021 1 commit
-
-
Hussein Galal authored
* Fix regression with cluster reset Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * typo 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 2 commits
-
-
Derek Nola authored
* Enabled skipping of unkown flags from config in parser * Added new unit test, expanded existing * Add warning back in, without value Signed-off-by:Derek Nola <derek.nola@suse.com>
-
Jacob Blain Christen authored
- updated `tests/TESTING.md` - cgroup, snapshotter, and install tests all under tests/vagrant - cgroup and snapshotter workflows trigger for all code changes on all branches (excluding markdown docs, install script, and other vagrant tests) - install workflow triggers for relevant script and fixture changes, only on master or pull-requests that target it - integration and unit test workflows should not trigger for install script changes nor anything under tests/vagrant Signed-off-by:Jacob Blain Christen <jacob@rancher.com>
-
- 12 Nov, 2021 3 commits
-
-
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> * go generate Signed-off-by:
Chris Kim <oats87g@gmail.com>
-
Thorsten Klein authored
Problem: Before, to customize CoreDNS, one had to edit the default configmap, which gets re-written on every K3s server restart. Solution: Mount an additional coredns-custom configmap into the CoreDNS container and import overrides and additional server blocks from the included files. Signed-off-by:Thorsten Klein <iwilltry42@gmail.com>
-
Derek Nola authored
Fix to allow etcd-snapshot to use config file with flags that are only used with k3s server. (#4464) * Enabled skipping of unknown flags from config in parser * Added new unit test, expanded existing Signed-off-by:Derek Nola <derek.nola@suse.com>
-
- 11 Nov, 2021 3 commits
-
-
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>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 10 Nov, 2021 3 commits
-
-
Manuel Buil authored
Allow svclb pod to enable ipv6 forwarding
-
Manuel Buil authored
Signed-off-by:Manuel Buil <mbuil@suse.com>
-
Brian Downs authored
* update bootstrap logic resolving a startup bug and account for etcd
-
- 08 Nov, 2021 6 commits
-
-
Derek Nola authored
Signed-off-by:dereknola <derek.nola@suse.com>
-
Jacob Blain Christen authored
- also updated k3s-uninstall.sh on zypper and TU systems - fix #4409 for Fedora CoreOS new installer tests via github actions: - fedora-coreos - opensuse-microos Signed-off-by:Jacob Blain Christen <jacob@rancher.com>
-
Derek Nola authored
* Made parser able to skip over subcommands * Edge case coverage, reworked regex with groups Signed-off-by:Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
Signed-off-by:dereknola <derek.nola@suse.com>
-
Derek Nola authored
Signed-off-by:dereknola <derek.nola@suse.com>
-
Luther Monson authored
* updating to new signals package in wrangler Signed-off-by:Luther Monson <luther.monson@gmail.com>
-
- 05 Nov, 2021 1 commit
-
-
Adam Majer authored
transactional-update was always under /usr/sbin. Signed-off-by:Adam Majer <amajer@suse.de>
-
- 03 Nov, 2021 2 commits
-
-
Jacob Blain Christen authored
Signed-off-by:Jacob Blain Christen <jacob@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 02 Nov, 2021 2 commits
-
-
Derek Nola authored
* Update k3s integration CI so all tests run * Add check for ipv6 to skip test in Github CI Signed-off-by:dereknola <derek.nola@suse.com>
-
Chris Wayne authored
* Enable Epics Action to automatically check off child issues in an epic Signed-off-by:Chris Wayne <cwayne18@gmail.com>
-
- 01 Nov, 2021 2 commits
-
-
Deshi Xiao authored
fix issue #4369 should use a simple channel send/receive instead of select with a single case Signed-off-by:Deshi Xiao <xiaods@gmail.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 30 Oct, 2021 1 commit
-
-
Jacob Blain Christen authored
* vendor: btrfs * enable the btrfs snapshotter * testing: snapshotter/btrfs Signed-off-by:Jacob Blain Christen <jacob@rancher.com>
-
- 29 Oct, 2021 5 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>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Jacob Blain Christen authored
Support invoking install.sh on SLE Micro with or without SELinux enabled. Same deal for SLES. Additionally, easy-to-invoke assertions, via Vagrant, that the local install.sh works correctly: - tests/install/centos-7 (stand-in for rhel 7) - tests/install/centos-8 (stand-in for rhel 8) - tests/install/opensuse-leap (stand-in for sles) - tests/install/opensuse-microos (stand-in for sle-micro) - tests/install/ubuntu-focal Addresses #3188 Addresses #3917 Signed-off-by:Jacob Blain Christen <jacob@rancher.com>
-
Hussein Galal authored
Signed-off-by:galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 28 Oct, 2021 1 commit
-
-
Derek Nola authored
* Move tests into sub folders * Updated documentation * Prevent infinite loop is user has not made k3s Signed-off-by:dereknola <derek.nola@suse.com>
-
- 25 Oct, 2021 1 commit
-
-
galal-hussein authored
Signed-off-by:galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 22 Oct, 2021 4 commits
-
-
Brian Downs authored
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Derek Nola authored
Signed-off-by:dereknola <derek.nola@suse.com>
-
Jacob Blain Christen authored
Leverage posix builtins + grep (with regex matching) to emit quoted environment variables to K3S_FILE_ENV, e.g.: ```shell $ export CONTAINERD_TEST_1='one!1' K3S_TEST_2=two K3S_TEST_3='thr ee' TEST_4='!@#$%^&*()_+four!' $ sh -c export | while read x v; do echo $v; done | grep -E '^(K3S|CONTAINERD)_' CONTAINERD_TEST_1='one!1' K3S_TEST_2='two' K3S_TEST_3='thr ee' ``` Fixes #3395 Addresses rancher/k3os#708 Signed-off-by:Jacob Blain Christen <jacob@rancher.com>
-
- 21 Oct, 2021 1 commit
-
-
Manuel Buil authored
Update to the newest flannel (v0.15.1)
-