- 29 Oct, 2021 2 commits
-
-
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)
-
- 20 Oct, 2021 1 commit
-
-
Manuel Buil authored
Fixes issues such as the internode connectivity Signed-off-by:
Manuel Buil <mbuil@suse.com>
-
- 19 Oct, 2021 1 commit
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 15 Oct, 2021 5 commits
-
-
Brian Downs authored
-
Brian Downs authored
-
Brian Downs authored
-
Michal Rostecki authored
Fix race condition in cloud provider
-
Manuel Buil authored
Signed-off-by:
Manuel Buil <mbuil@suse.com>
-
- 14 Oct, 2021 1 commit
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 13 Oct, 2021 1 commit
-
-
Michal Rostecki authored
Various Vagrant improvements
-
- 12 Oct, 2021 7 commits
-
-
Jacob Blain Christen authored
Signed-off-by:
Jacob Blain Christen <jacob@rancher.com>
-
Hussein Galal authored
* Display cluster tls error only in debug mode Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fix Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
Brad Davidson authored
Using MAINPID breaks systemd's exit detection, as it stops watching the original pid, but is unable to watch the new pid as it is not a child of systemd itself. The best we can do is just notify when execing the child process. We also need to consolidate forking into a sigle place so that we don't end up with multiple levels of child processes if both redirecting log output and reaping child processes. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Michal Rostecki authored
By simply adding a symlink. Signed-off-by:
Michal Rostecki <mrostecki@opensuse.org>
-
Michal Rostecki authored
Before this change, Ubuntu provisioning script used the package list from Alpine. But a lot of packages from that list have name mismatches. Biggest example - `docker`, which has nothing to do with Docker as a container engine in Ubuntu (the proper package is `docker.io`). Let's just keep the full list for Ubuntu in its own provisioning script. Signed-off-by:
Michal Rostecki <mrostecki@opensuse.org>
-
Michal Rostecki authored
This change adds support for libvirt provider. Please note that libvirt doesn't support the "virtualbox" mount type, so an another MOUNT_TYPE has to be provided while using libvirt. 9p works well. Signed-off-by:
Michal Rostecki <mrostecki@opensuse.org>
-
Michal Rostecki authored
On many Linux distributions (including openSUSE) the OS env variable is already used with value "Linux". This results in weird errors like: ==> .1: Box 'generic/Linux' could not be found. Attempting to find and install... To avoid the conflict, use the more neutral and less likely to be taken DISTRO variable. Signed-off-by:
Michal Rostecki <mrostecki@opensuse.org>
-
- 11 Oct, 2021 1 commit
-
-
Derek Nola authored
* Add new error message with a K10 prefixed secret token Signed-off-by:
dereknola <derek.nola@suse.com>
-
- 07 Oct, 2021 1 commit
-
-
Brian Downs authored
-
- 06 Oct, 2021 4 commits
-
-
Luther Monson authored
Signed-off-by:
Luther Monson <luther.monson@gmail.com>
-
Derek Nola authored
* Add "etcd-" prefix to etcd-snapshot commands as alias Signed-off-by:
dereknola <derek.nola@suse.com>
-
Manuel Buil authored
Dual-stack support in serviceLB controller
-
Manuel Buil authored
Signed-off-by:
Manuel Buil <mbuil@suse.com>
-
- 05 Oct, 2021 2 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Marc Bachmann authored
Signed-off-by:
Marc Bachmann <marc.brookman@gmail.com>
-
- 04 Oct, 2021 1 commit
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 01 Oct, 2021 1 commit
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 30 Sep, 2021 1 commit
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 29 Sep, 2021 1 commit
-
-
Brad Davidson authored
This allows the new process to notify systemd when it is ready. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 28 Sep, 2021 3 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brian Downs authored
-
Chris Kim authored
Signed-off-by:
Chris Kim <oats87g@gmail.com>
-