- 29 Jun, 2021 2 commits
-
-
Derek Nola authored
* Added Github action to run unit tests and connect to Codecov Signed-off-by:dereknola <derek.nola@suse.com>
-
Chris Kim authored
* Move cloud-controller-manager into an embedded executor * Import K3s cloud provider and clean up imports Signed-off-by:Chris Kim <oats87g@gmail.com>
-
- 28 Jun, 2021 2 commits
-
-
Derek Nola authored
Signed-off-by:dereknola <derek.nola@suse.com>
-
Joe Kralicky authored
Add option to disable the built-in Helm Controller
-
- 25 Jun, 2021 1 commit
-
-
Joe Kralicky authored
the server's built-in helm controller. Problem: Testing installation and uninstallation of the Helm Controller on k3s is not possible if the Helm Controller is baked into the k3s server. Solution: The Helm Controller can optionally be disabled, which will allow users to manage its installation manually. Signed-off-by:Joe Kralicky <joe.kralicky@suse.com>
-
- 23 Jun, 2021 3 commits
-
-
Derek Nola authored
This reverts commit 216b3bea.
-
Derek Nola authored
* Added Github action to run unit tests and connect to Codecov Signed-off-by:dereknola <derek.nola@suse.com>
-
Jamie Phillips authored
Signed-off-by:Jamie Phillips <jamie.phillips@suse.com>
-
- 22 Jun, 2021 1 commit
-
-
Hussein Galal authored
* Fix storing bootstrap data with empty token string Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * delete node password secret after restoration fixes to bootstrap key vendor update Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fix comment Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fix typo Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * more fixes Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fixes Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fixes Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * typos Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * Removing dynamic listener file after restoration 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>
-
- 18 Jun, 2021 1 commit
-
-
Manuel Buil authored
Fail to start k3s if nm-cloud-setup is enabled
-
- 17 Jun, 2021 1 commit
-
-
Manuel Buil authored
Signed-off-by:Manuel Buil <mbuil@suse.com>
-
- 16 Jun, 2021 2 commits
-
-
Derek Nola authored
Signed-off-by:dereknola <derek.nola@suse.com>
-
Derek Nola authored
* Changed containerd image licenses from context lifespan to permanent. Delete any existing licenses owned by k3s on server startup Signed-off-by:dereknola <derek.nola@suse.com>
-
- 15 Jun, 2021 3 commits
-
-
Derek Nola authored
This reverts commit 86b3ba8d.
-
Derek Nola authored
* Changed containerd image licenses from 24h to permanent. Delete any existing licenses on server startup Signed-off-by:dereknola <derek.nola@suse.com>
-
Brian Downs authored
* update agent to sent systemd notify after everything starts
-
- 11 Jun, 2021 4 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>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 10 Jun, 2021 1 commit
-
-
Derek Nola authored
Changed iptables version check for fail if version is between 1.8.0 and 1.8.3 and using nf_tables mode (#3425) Signed-off-by:dereknola <derek.nola@suse.com>
-
- 08 Jun, 2021 2 commits
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Manuel Buil authored
Change Replace with ReplaceAll function
-
- 07 Jun, 2021 1 commit
-
-
Manuel Buil authored
strings has a specific function to replace all matches. We should use that one instead of strings.Replace(string, old, new string, -1) Signed-off-by:Manuel Buil <mbuil@suse.com>
-
- 04 Jun, 2021 4 commits
-
-
Brian Downs authored
fix possible race where bootstrap data might not save
-
Brian Downs authored
Signed-off-by:Brian Downs <brian.downs@gmail.com>
-
Brian Downs authored
add log message indicating etcd snapshots are disabled
-
Brian Downs authored
Signed-off-by:Brian Downs <brian.downs@gmail.com>
-
- 02 Jun, 2021 3 commits
-
-
Derek Nola authored
* Changed cloud-controller-manager user name in ccm.yaml Signed-off-by:
dereknola <derek.nola@suse.com> * Changed RBAC name in server.go Signed-off-by:
dereknola <derek.nola@suse.com> * Changed "k3s" string prefix to version.Program to prevent static hardcoding Signed-off-by:
dereknola <derek.nola@suse.com> * Changed user in ccm.yaml to k3s-cloud-controller-manager Signed-off-by:
dereknola <derek.nola@suse.com>
-
Manuel Buil authored
Update flannel version
-
Manuel Buil authored
Move wireguard's privatekey to flannel config directory
-
- 01 Jun, 2021 7 commits
-
-
Erik Wilson authored
Bump stable version to v1.21.1+k3s1 and add v1.21 channel
-
Akihiro Suda authored
Signed-off-by:Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
-
Akihiro Suda authored
Kernel 5.11 added support for rootless overlayfs, but still incompatible with SELinux, so we should always use fuse-overlayfs. Related: moby/moby issue 42333 Signed-off-by:Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
-
Manuel Buil authored
Signed-off-by:Manuel Buil <mbuil@suse.com>
-
Jamie Phillips authored
Signed-off-by:Jamie Phillips <jamie.phillips@suse.com>
-
Erik Wilson authored
-
Manuel Buil authored
Signed-off-by:Manuel Buil <mbuil@suse.com>
-
- 20 May, 2021 2 commits
-
-
Erik Wilson authored
containerd: v1.4.4-k3s2
-
David Nuzik authored
Bump channel stable version to v1.20.7+k3s1
-