- 21 Apr, 2021 1 commit
-
-
Brad Davidson authored
* Add support for dual-stack cluster/service CIDRs and node addresses Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 19 Apr, 2021 2 commits
-
-
David Nuzik authored
Mark v1.20.6+k3s1 as stable
-
David Nuzik authored
Signed-off-by:
David Nuzik <david.nuzik@rancher.com>
-
- 16 Apr, 2021 2 commits
-
-
David Nuzik authored
-
David Nuzik authored
Add html comments so that helper text is not shown when posting the feature request.
-
- 15 Apr, 2021 1 commit
-
-
Darren Shepherd authored
Configuration will be loaded from config.yaml and then config.yaml.d/*.(yaml|yml) in alphanumeric order. The merging is done by just taking the last value of a key found, so LIFO for keys. Slices are not merged but replaced. Signed-off-by:
Darren Shepherd <darren@rancher.com>
-
- 14 Apr, 2021 6 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
Some of the new node compat tests take a while before failing as expected. We don't seem to need the additional time any longer to avoid flakes, so turn it down a bit. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
* Update Kubernetes to v1.21.0 * Update to golang v1.16.2 * Update dependent modules to track with upstream * Switch to upstream flannel * Track changes to upstream cloud-controller-manager and FeatureGates Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brian Downs authored
Resolve local retention issue when S3 in use.
-
Brian Downs authored
Remove early return preventing local retention policy to be enforced resulting in N number of snapshots being stored. Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
- 13 Apr, 2021 2 commits
-
-
Brian Downs authored
Add hidden attribute to disable flags
-
Brian Downs authored
Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
- 12 Apr, 2021 2 commits
-
-
Brian Downs authored
add etcd s3 secret and access key flags to secret data
-
Brian Downs authored
Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
- 09 Apr, 2021 6 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brian Downs authored
* update CoreDNS to 1.8.3 Rerun go generate and update the CoreDNS RBAC
-
Brian Downs authored
remove hidden attribute from cluster flags and related code
-
Erik Wilson authored
k3s v1.21 - Bump traefik to v2.4.8
-
Erik Wilson authored
Signed-off-by:
Erik Wilson <Erik.E.Wilson@gmail.com>
-
Erik Wilson authored
Signed-off-by:
Erik Wilson <Erik.E.Wilson@gmail.com>
-
- 08 Apr, 2021 1 commit
-
-
Brad Davidson authored
* Fix CI failures non-deterministic traefik chart repackaging * Update generated bindata Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 07 Apr, 2021 2 commits
-
-
Brian Downs authored
Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
Brian Downs authored
Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
- 02 Apr, 2021 2 commits
-
-
David Nuzik authored
Make v1.20.5+k3s1 stable
-
David Nuzik authored
Signed-off-by:
David Nuzik <david.nuzik@rancher.com>
-
- 31 Mar, 2021 3 commits
-
-
Xiao Deshi authored
refactor tunnel.go and controller.go, remove duplicated lines. Signed-off-by:
Xiao Deshi <xiaods@gmail.com>
-
Jacob Blain Christen authored
* Update to Kubernetes v1.20.5 * vendor: bumps for some containerd deps * go: bump to 1.16.2 for arm Signed-off-by:
Jacob Blain Christen <jacob@rancher.com> (cherry picked from commit 355fff30)
-
Frederic Crozat authored
Remove dependency on which binary, use shell internal equivalent. Signed-off-by:
Frederic Crozat <fcrozat@suse.com>
-
- 24 Mar, 2021 4 commits
-
-
Akihiro Suda authored
The repo has been moved. Signed-off-by:
Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
-
Akihiro Suda authored
When `/dev/kmsg` is unreadable due to sysctl value `kernel.dmesg_restrict=1`, bind-mount `/dev/null` into `/dev/kmsg` Fix issue 3011 Signed-off-by:
Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
-
Akihiro Suda authored
Now rootless mode can be used with cgroup v2 resource limitations. A pod is executed in a cgroup like "/user.slice/user-1001.slice/user@1001.service/k3s-rootless.service/kubepods/podd0eb6921-c81a-4214-b36c-d3b9bb212fac/63b5a253a1fd4627da16bfce9bec58d72144cf30fe833e0ca9a6d60ebf837475". This is accomplished by running `kubelet` in a cgroup namespace, and enabling `cgroupfs` driver for the cgroup hierarchy delegated by systemd. To enable cgroup v2 resource limitation, `k3s server --rootless` needs to be launched as `systemctl --user` service. Please see the comment lines in `k3s-rootless.service` for the usage. Running `k3s server --rootless` via a terminal is not supported. When it really needs to be launched via a terminal, `systemd-run --user -p Delegate --tty` needs to be prepended to create a systemd scope. Signed-off-by:
Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
-
Akihiro Suda authored
Signed-off-by:
Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
-
- 17 Mar, 2021 4 commits
-
-
Brian Downs authored
put etcd bootstrap save call in goroutine and update comment
-
Jacob Blain Christen authored
Addresses k3s-io/k3s#3066 and CVE-2021-21334 Signed-off-by:
Jacob Blain Christen <jacob@rancher.com>
-
Brian Downs authored
Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
Martin Norrsken authored
Signed-off-by:
Martin Norrsken <martin.norrsken@gmail.com>
-
- 16 Mar, 2021 1 commit
-
-
Hussein Galal authored
* remove etcd data dir when etcd is disabled Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fix comment Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * more fixes Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * use debug instead of info logs Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 15 Mar, 2021 1 commit
-
-
Jacob Blain Christen authored
Support repository regex rewrite rules when fetching image content. Example configuration: ```yaml # /etc/rancher/k3s/registries.yaml mirrors: "docker.io": endpoint: - "https://registry-1.docker.io/v2" rewrite: "^library/alpine$": "my-org/alpine" ``` This will instruct k3s containerd to fetch content for `alpine` images from `docker.io/my-org/alpine` instead of the default `docker.io/library/alpine` locations. Signed-off-by:
Jacob Blain Christen <jacob@rancher.com>
-