- 09 Dec, 2020 3 commits
-
-
Brad Davidson authored
We're not setting ``--service-account-issuer` to a https URL, which causes an error message at startup when the feature gate is enabled. From the docs on that flag: > If this option is not a valid URI per the OpenID Discovery 1.0 spec, the > ServiceAccountIssuerDiscovery feature will remain disabled, even if the > feature gate is set to true. It is highly recommended that this value > comply with the OpenID spec: > https://openid.net/specs/openid-connect-discovery-1_0.html. In practice, > this means that service-account-issuer must be an https URL. It is also > highly recommended that this URL be capable of serving OpenID discovery > documents at {service-account-issuer}/.well-known/openid-configuration. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Related to https://github.com/kubernetes/kubernetes/pull/95382Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 08 Dec, 2020 8 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Erik Wilson authored
Use secrets for node-passwd entries
-
Hussein Galal authored
* update etcd 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>
-
Chris Kim authored
Add check for `/init.scope` for cgroup
-
Brian Downs authored
Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
Chris Kim authored
Signed-off-by:
Chris Kim <oats87g@gmail.com>
-
Chris Kim authored
Set a cgroup if containerized
-
Erik Wilson authored
* Test script cleanup backport from RKE2 Signed-off-by:
Erik Wilson <Erik.E.Wilson@gmail.com> * Update scripts/test Co-authored-by:
Brian Downs <brian.downs@gmail.com> Co-authored-by:
Brian Downs <brian.downs@gmail.com>
-
- 07 Dec, 2020 4 commits
-
-
Chris Kim authored
Signed-off-by:
Chris Kim <oats87g@gmail.com>
-
Hussein Galal authored
* Add tombstone file to embedded etcd Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * go mod update Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fixes Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * more fixes Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * more changes Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * gofmt and goimports Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * go mod update Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * go lint Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * go lint 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>
-
Jacob Blain Christen authored
Limit the `testing` channel(s) to alpha, beta, and rc pre-releases. Signed-off-by:
Jacob Blain Christen <jacob@rancher.com>
-
Jacob Blain Christen authored
Signed-off-by:
Jacob Blain Christen <jacob@rancher.com>
-
- 05 Dec, 2020 3 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brian Downs authored
* update uninstall script to remove mount point path after umount
-
Vincent Batts authored
* install.sh: test if BIN_DIR is readonly, else use /opt On flatcar /usr is a readonly partition, while /opt is allowed for writing. Signed-off-by:
Vincent Batts <vbatts@kinvolk.io> * install.sh: only warn on Flatcar about selinux This check is a bit more explicit, but only warn about finding the rpm installed policy when on Flatcar Container Linux Signed-off-by:
Vincent Batts <vbatts@kinvolk.io> * Update install.sh Co-authored-by:
Brad Davidson <brad@oatmail.org> Signed-off-by:
Vincent Batts <vbatts@kinvolk.io> Co-authored-by:
Brad Davidson <brad@oatmail.org>
-
- 04 Dec, 2020 3 commits
-
-
Jacob Blain Christen authored
Signed-off-by:
Jacob Blain Christen <jacob@rancher.com>
-
Chin-Ya Huang authored
Signed-off-by:
Chin-Ya Huang <chin-ya.huang@suse.com>
-
transhapHigsn authored
Solution: Set priorityClassName to system-node-critical of traefik, metrics-server, local storage and coredns deployment Signed-off-by:
transhapHigsn <fet.prashantsingh@gmail.com>
-
- 01 Dec, 2020 10 commits
-
-
Akihiro Suda authored
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>
-
Akihiro Suda authored
Signed-off-by:
Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
-
Akihiro Suda authored
Ubuntu and Debian kernels support mounting real overlayfs inside userns, but the vanilla kernel still does not allow it. OTOH fuse-overlayfs can be mounted inside userns with the vanilla kernel (>= 4.18). Signed-off-by:
Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
-
Akihiro Suda authored
k3s was mounting a tmpfs on `/run` by itself, so it was hiding RootlessKit's `/run`. Signed-off-by:
Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
-
Akihiro Suda authored
Fix #2420 Signed-off-by:
Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
-
Jacob Blain Christen authored
rancher/helm-controller
➡ k3s-io/helm-controller Part of https://github.com/rancher/k3s/issues/2189Signed-off-by:Jacob Blain Christen <jacob@rancher.com>
-
Jacob Blain Christen authored
rancher/flannel
➡ k3s-io/flannel rancher/go-powershell➡ k3s-io/go-powershell Part of https://github.com/rancher/k3s/issues/2189Signed-off-by:Jacob Blain Christen <jacob@rancher.com>
-
Jacob Blain Christen authored
rancher/etcd
➡ k3s-io/etcd Part of https://github.com/rancher/k3s/issues/2189Signed-off-by:Jacob Blain Christen <jacob@rancher.com>
-
Akihiro Suda authored
Signed-off-by:
Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
-
- 30 Nov, 2020 8 commits
-
-
Jacob Blain Christen authored
rancher/kine
➡ k3s-io/kine Part of https://github.com/rancher/k3s/issues/2189Signed-off-by:Jacob Blain Christen <jacob@rancher.com>
-
David Nuzik authored
Add davidnuzik (David Nuzik) to the list of maintainers
-
David Nuzik authored
Signed-off-by:
David Nuzik <david.nuzik@rancher.com>
-
David Nuzik authored
Add Oats87 (Chris Kim) to the list of maintainers for K3s
-
Chris Kim authored
Signed-off-by:
Chris Kim <oats87g@gmail.com>
-
David Nuzik authored
Mark v1.19.4+k3s1 as stable
-
Jacob Blain Christen authored
- rancher/cri
➡ k3s-io/cri - rancher/cri-tools➡ k3s-io/cri-tools - rancher/containerd➡ k3s-io/containerd Part of https://github.com/rancher/k3s/issues/2189Signed-off-by:Jacob Blain Christen <jacob@rancher.com>
-
Jacob Blain Christen authored
This change set replaces these go.mod replacement directives with references to k3s-io repositories. - rancher/kubernetes - rancher/nocode Part of https://github.com/rancher/k3s/issues/2189Signed-off-by:
Jacob Blain Christen <jacob@rancher.com>
-
- 23 Nov, 2020 1 commit
-
-
MonzElmasry authored
Signed-off-by:
MonzElmasry <menna.elmasry@rancher.com>
-