- 05 Jan, 2024 6 commits
-
-
Brad Davidson authored
These were always showing up as dev due to the build arg not being set by the drone step. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Forces other groups packaging k3s to intentionally choose to build k3s with an unvalidated golang version Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Lex Rivera authored
* add usr/local paths for crun detection Signed-off-by:Lex Rivera <me@lex.io>
-
Brad Davidson authored
Render cri registry mirrors.x.endpoints and configs.x.tls into config_path; keep using mirrors.x.rewrites and configs.x.auth those do not yet have an equivalent in the new format. The new config file format allows disabling containerd's fallback to the default endpoint when using mirror endpoints; a new CLI flag is added to control that behavior. This also re-shares some code that was unnecessarily split into parallel implementations for linux/windows versions. There is probably more work to be done on this front but it's a good start. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
If a full reconcile wins the race against sync of an individual snapshot resource, or someone intentionally deletes the configmap, the data map could be nil and cause a crash. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Also adds a test to ensure this continues to work. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 04 Jan, 2024 3 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>
-
Pedro Tashima authored
Signed-off-by:
Pedro Tashima <pedro.tashima@suse.com> Co-authored-by:
Pedro Tashima <pedro.tashima@suse.com>
-
- 03 Jan, 2024 4 commits
-
-
Ivan Shapovalov authored
`$HOME` refers to `$DAPPER_SOURCE`, which is set in the same expression and is thus not visible at the time of substitution. This problem is not immediately visible with Docker, Inc.'s docker merely because it resets an unset `$HOME` to `/root` (but still breaking the Go cache). Under podman, this problem is immediately visible because an unset `$HOME` remains unset and subsequently breaks the `go generate` invocation. Fixes #9089. Signed-off-by:Ivan Shapovalov <intelfx@intelfx.name>
-
Manuel Buil authored
Signed-off-by:Manuel Buil <mbuil@suse.com>
-
Derek Nola authored
Signed-off-by:
Yodo <pierre@azmed.co> Signed-off-by:
Derek Nola <derek.nola@suse.com> Co-authored-by:
Pierre <129078893+pierre-az@users.noreply.github.com>
-
Brad Davidson authored
If the feature-gate is enabled, use status.hostIPs for dual-stack externalTrafficPolicy=Local support Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 02 Jan, 2024 7 commits
-
-
Harsimran Singh Maan authored
When k3s is installed with INSTALL_K3S_SKIP_SELINUX_RPM=true or INSTALL_K3S_SKIP_DOWNLOAD=true or INSTALL_K3S_SKIP_DOWNLOAD=selinux, the following message(or similar) is seen on Amazon Linux 2023/Centos ``` [INFO] Skipping installation of SELinux RPM [WARN] Failed to find the k3s-selinux policy, please install: dnf install -y container-selinux dnf install -y https://rpm.rancher.io/k3s/stable/common/centos/8/noarch/ [INFO] Creating /usr/bin/kubectl symlink to k3s ``` whereas now ``` [INFO] Skipping installation of SELinux RPM [INFO] Creating /usr/bin/kubectl symlink to k3s ``` Signed-off-by:Harsimran Singh Maan <maan.harry@gmail.com>
-
Derek Nola authored
* Add a retry around updating a se node annotations Signed-off-by:Derek Nola <derek.nola@suse.com>
-
Pierre authored
Signed-off-by:Yodo <pierre@azmed.co>
-
Pedro Tashima authored
* update stable channel to v1.28.5+k3s1 Signed-off-by:
Pedro Tashima <pedro.tashima@suse.com> * add v1.29 channel Signed-off-by:
Pedro Tashima <pedro.tashima@suse.com> --------- Signed-off-by:
Pedro Tashima <pedro.tashima@suse.com> Co-authored-by:
Pedro Tashima <pedro.tashima@suse.com>
-
Nishant Singh authored
This commit updates the Code of Conduct to redirect to the latest version of the CNCF Code of Conduct. Instead of maintaining a separate CoC text, it now link directly to the CNCF CoC for consistency and alignment with industry best practices. Signed-off-by:tesla59 <nishant@heim.id>
-
dependabot[bot] authored
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
github-actions[bot] authored
Made with
❤ ️️ by updatecli Co-authored-by:github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
- 20 Dec, 2023 1 commit
-
-
Derek Nola authored
Signed-off-by:Derek Nola <derek.nola@suse.com>
-
- 19 Dec, 2023 3 commits
-
-
Hussein Galal authored
* update flannel to v0.24.0 Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * remove multiclustercidr flag Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> --------- Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
Hussein Galal authored
* Update to v1.29.0 Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * Update to v1.29.0 Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * Update go to 1.21.5 Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * update golangci-lint Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * update flannel to 0.23.0-k3s1 This update uses k3s' fork of flannel to allow the removal of multicluster cidr flag logic from the code Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * fix flannel calls Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * update cri-tools to version v1.29.0-k3s1 Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * Remove GOEXPERIMENT=nounified from arm builds Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * Skip golangci-lint Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * Fix setup logging with newer go version Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * Move logging flags to components arguments Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * add sysctl commands to the test script Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * Update scripts/test Signed-off-by:
Brad Davidson <brad@oatmail.org> * disable secretsencryption tests Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> --------- Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> Signed-off-by:
Brad Davidson <brad@oatmail.org> Co-authored-by:
Brad Davidson <brad@oatmail.org>
-
Derek Nola authored
Signed-off-by:Derek Nola <derek.nola@suse.com>
-
- 14 Dec, 2023 1 commit
-
-
Brad Davidson authored
Remove KubeletCredentialProviders and JobTrackingWithFinalizers feature-gates, both of which are GA and cannot be disabled. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 12 Dec, 2023 1 commit
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 09 Dec, 2023 2 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>
-
- 08 Dec, 2023 4 commits
-
-
Vitor Savian authored
Signed-off-by:
Vitor Savian <vitor.savian@suse.com> Added default runtime flag Signed-off-by:
Vitor Savian <vitor.savian@suse.com>
-
Pedro Tashima authored
* update stable channel to v1.27.8+k3s2 Signed-off-by:
Pedro Tashima <pedro.tashima@suse.com> * update stable channel to v1.28.4+k3s2 Signed-off-by:
Pedro Tashima <pedro.tashima@suse.com> --------- Signed-off-by:
Pedro Tashima <pedro.tashima@suse.com> Co-authored-by:
Pedro Tashima <pedro.tashima@suse.com>
-
Manuel Buil authored
Signed-off-by:Manuel Buil <mbuil@suse.com>
-
Manuel Buil authored
Signed-off-by:Manuel Buil <mbuil@suse.com>
-
- 06 Dec, 2023 1 commit
-
-
Pedro Tashima authored
Signed-off-by:
Pedro Tashima <pedro.tashima@suse.com> Co-authored-by:
Pedro Tashima <pedro.tashima@suse.com>
-
- 05 Dec, 2023 1 commit
-
-
thomasferrandiz authored
remove s390x steps temporarily since runners are disabled
-
- 04 Dec, 2023 1 commit
-
-
Thomas Ferrandiz authored
Signed-off-by:Thomas Ferrandiz <thomas.ferrandiz@suse.com>
-
- 22 Nov, 2023 1 commit
-
-
Johnatas authored
Signed-off-by:Johnatas <johnatas.santos@suse.com>
-
- 21 Nov, 2023 3 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
While some implementations may support it, it appears that most don't, and some may in fact return an error if it is requested. We already stat the object to get the metadata anyway, so this was unnecessary if harmless on most implementations. Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-
- 18 Nov, 2023 1 commit
-
-
Brad Davidson authored
Signed-off-by:Brad Davidson <brad.davidson@rancher.com>
-