- 14 Dec, 2021 1 commit
-
-
Hussein Galal authored
Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 13 Dec, 2021 1 commit
-
-
Brian Downs authored
-
- 09 Dec, 2021 4 commits
-
-
Chris Wayne authored
Signed-off-by:
Chris Wayne <cwayne18@gmail.com>
-
Brian Downs authored
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Hussein Galal authored
* Add validation to certificate rotation Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * Add validation to certificate rotation Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 08 Dec, 2021 3 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Derek Nola authored
* Add SKIP_AIRGAP build flag Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Manuel Buil authored
Verify new control plane nodes joining the cluster share the same config as cluster members
-
- 07 Dec, 2021 6 commits
-
-
Alexey Medvedchikov authored
* Include node-external-ip in serving-kubelet.crt SANs Signed-off-by:
Alexey Medvedchikov <alexeymedvedchikov@improbable.io>
-
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>
-
Manuel Buil authored
Signed-off-by:
Manuel Buil <mbuil@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
-