- 01 Dec, 2020 4 commits
-
-
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>
-
- 18 Nov, 2020 3 commits
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
* Remove unused release.sh and DAPPER_HOST_ARCH * Reliably use ARCH from version.sh * Export GOARCH and GOARM so that they are used by `go build` Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Chris Kim authored
Enhance install.sh to help with k3s upgrade and uninstall scenarios
-
- 17 Nov, 2020 1 commit
-
-
Chris Kim authored
Change from file check to yum check for uninstall script Co-authored-by:Jacob Blain Christen <dweomer5@gmail.com>
-
- 16 Nov, 2020 1 commit
-
-
Chris Kim authored
Signed-off-by:Chris Kim <oats87g@gmail.com>
-
- 13 Nov, 2020 2 commits
-
-
David Nuzik authored
* v1.19.3+k3s3 contains a critical fix for kine. Refer to the release notes for details. Signed-off-by:David Nuzik <david.nuzik@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 12 Nov, 2020 1 commit
-
-
Jacob Blain Christen authored
Do not relabel container /dev/shm when it is host /dev/shm. Signed-off-by:Jacob Blain Christen <jacob@rancher.com>
-
- 11 Nov, 2020 1 commit
-
-
Brad Davidson authored
Removing the cfg.DataDir mutation in 3e4fd7b4 did not break anything, but did change some paths in unwanted ways. Rather than mutating the user-supplied command-line flags, explicitly specify the agent subdirectory as needed. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 09 Nov, 2020 4 commits
-
-
Brad Davidson authored
As per documentation, the cloud-provider flag should not be passed to controller-manager when using cloud-controller. However, the legacy cloud-related controllers still need to be explicitly disabled to prevent errors from being logged. Fixing this also prevents controller-manager from creating the cloud-controller-manager service account that needed extra RBAC. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
David Nuzik authored
Mark the latest v1.19.x release as stable
-
Jacob Blain Christen authored
Addresses rancher/k3s#2240 Signed-off-by:Jacob Blain Christen <jacob@rancher.com>
-
- 07 Nov, 2020 1 commit
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 06 Nov, 2020 1 commit
-
-
Brad Davidson authored
* Update sonobuoy version * Use upstream tag for Kubernetes version instead of replacement tag Allows building against upstream alpha/beta/rc releases * Use env variable for sonobuoy version * Bump version for QA e2e tests Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 05 Nov, 2020 6 commits
-
-
Brad Davidson authored
Related to #2205 Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Related to rancher/rke2#474 Note that anyone who customizes the data-dir path will have to set CRI_CONFIG_FILE to the correct path when using the wrapped binaries (crictl, etc). This is better than dropping files in the incorrect location. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Disable configure-cloud-routes and external service/route programming support when using k3s stub cloud controller Resolves warning 3 from #2471 Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Resolves warning 2 from #2471. As per https://github.com/kubernetes/cloud-provider/issues/12 the ClusterID requirement was never really followed through on, so the flag is probably going to be removed in the future. One side-effect of this is that the core k8s cloud-controller-manager also wants to watch nodes, and needs RBAC to do so. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Resolves warning 1 from #2471 Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Related to #2455 and containerd/containerd#4684 These were not meant to be enabled by default, break images with many layers, and will be disabled by default on the next containerd release. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 04 Nov, 2020 1 commit
-
-
Brad Davidson authored
The --disable/--no-deploy flags actually turn off some built-in controllers, in addition to preventing manifests from getting loaded. Make it clear which controllers can still be disabled even when the packaged components are ommited by the no_stage build tag. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 29 Oct, 2020 3 commits
-
-
Chris Kim authored
Support k3s-selinux rpm install more effectively
-
Chris Kim authored
Add additional conditional logic to install.sh to prevent errors on Fedora or systems when run as non-root Signed-off-by:Chris Kim <oats87g@gmail.com>
-
Euan Kemp authored
/bin/rm is less portable. On some distros, like nixos, it doesn't exist at all. Signed-off-by:Euan Kemp <euank@euank.com>
-
- 28 Oct, 2020 2 commits
-
-
Menna Elmasry authored
Make etcd use node private ip
-
Ranjib Dey authored
Signed-off-by: Ranjib Dey ranjib@linux.com
-