- 07 Dec, 2021 4 commits
-
-
Derek Nola authored
* Regular CLI framework for encrypt commands * New secrets-encryption feature * New integration test * fixes for flaky integration test CI * Fix to bootstrap on restart of existing nodes * Consolidate event recorder Signed-off-by:Derek Nola <derek.nola@suse.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>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 03 Dec, 2021 1 commit
-
-
Derek Nola authored
* Initial vagrantfile for createcluster test Signed-off-by:Derek Nola <derek.nola@suse.com>
-
- 02 Dec, 2021 2 commits
-
-
Chris Kim authored
Signed-off-by:Chris Kim <oats87g@gmail.com>
-
Hussein Galal authored
* Add cert rotation command Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * add function to check for dynamic listener file Signed-off-by:
Brian Downs <brian.downs@gmail.com> * Add dynamiclistener cert rotation support Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fixes to the cert rotation Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fix ci tests Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fixes to certificate rotation command Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * more fixes Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> Co-authored-by:
Brian Downs <brian.downs@gmail.com>
-
- 01 Dec, 2021 2 commits
-
-
Chris Wayne authored
* Update maintainers list Signed-off-by:
Chris Wayne <cwayne18@gmail.com> Co-authored-by:
Brian Downs <brian.downs@gmail.com>
-
Manuel Buil authored
Improve flannel code and logging
-
- 29 Nov, 2021 2 commits
-
-
Derek Nola authored
* Improved cleanup for etcd unit test Signed-off-by:Derek Nola <derek.nola@suse.com>
-
Chris Kim authored
Signed-off-by:Chris Kim <oats87g@gmail.com>
-
- 24 Nov, 2021 2 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>
-
- 22 Nov, 2021 1 commit
-
-
Manuel Buil authored
Signed-off-by:Manuel Buil <mbuil@suse.com>
-
- 19 Nov, 2021 1 commit
-
-
Chris Kim authored
* Increase test timeout to 60m * Bump golang to v1.16.10 * Bump sonobuoy to v0.55.0 * Bump containerd to v1.5.8-k3s1 Signed-off-by:Chris Kim <oats87g@gmail.com>
-
- 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>
-