- 04 May, 2023 2 commits
-
-
Brad Davidson authored
Also add bandwidth and firewall plugins. The bandwidth plugin is automatically registered with the appropriate capability, but the firewall plugin must be configured by the user if they want to use it. Ref: https://www.cni.dev/plugins/current/meta/firewall/ Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Boleyn Su authored
* local-storage: Fix permission /var/lib/rancher/k3s/storage/ should be 700 /var/lib/rancher/k3s/storage/* should be 777 Fixes #2348 Signed-off-by:
Boleyn Su <boleyn.su@gmail.com> * Fix pod command field type * Fix to int test Signed-off-by:
Derek Nola <derek.nola@suse.com> --------- Signed-off-by:
Boleyn Su <boleyn.su@gmail.com> Signed-off-by:
Derek Nola <derek.nola@suse.com> Co-authored-by:
Brad Davidson <brad@oatmail.org> Co-authored-by:
Derek Nola <derek.nola@suse.com>
-
- 02 May, 2023 3 commits
-
-
Derek Nola authored
* Enable FindString to search dotD config files * Address multiple arg cases Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
* Add helper function for multiple arguments in stringslice Signed-off-by:
Derek Nola <derek.nola@suse.com> * Cleanup server setup with util function Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 01 May, 2023 1 commit
-
-
github-actions[bot] authored
Made with
❤ ️️ by updatecli
-
- 29 Apr, 2023 1 commit
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 28 Apr, 2023 13 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
Several places in the code used a 5-second retry loop to wait on Runtime.Core to be set. This caused a race condition where OnChange handlers could be added after the Wrangler shared informers were already started. When this happened, the handlers were never called because the shared informers they relied upon were not started. Fix that by requiring anything that waits on Runtime.Core to run from a cluster controller startup hook that is guaranteed to be called before the shared informers are started, instead of just firing it off in a goroutine that retries until it is set. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Don't set up the agent tunnel authorizer on agentless servers, and warn when agentless servers won't have a way to reach in-cluster endpoints. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brooks Newberry authored
Signed-off-by:
Brooks Newberry <brooks@newberry.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Ian Cardoso authored
Add integration tests for etc-snapshot server flags and refactor /tests/integration/integration.go/K3sStartServer (#7300) This adds integration tests for the following flags: "--etcd-snapshot-name","--etcd-snapshot-dir","--etcd-snapshot-retention","--etcd-snapshot-schedule-cron" and "--etcd-snapshot-compress". It also refactors K3sStartServer to stop applying strings.Fields() into inputArgs, so it can accept arguments that have space in their definition. Signed-off-by:
Ian Cardoso <osodracnai@gmail.com>
-
Derek Nola authored
* Bump runc Signed-off-by:
Derek Nola <derek.nola@suse.com> * Bump to containerd, recombine build and go.mod version Signed-off-by:
Derek Nola <derek.nola@suse.com> --------- Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Fixes an issue where CRDs were being created without schema, allowing resources with invalid content to be created, later stalling the controller ListWatch event channel when the invalid resources could not be deserialized. This also requires moving Addon GVK tracking from a status field to an annotation, as the GroupVersionKind type has special handling internal to Kubernetes that prevents it from being serialized to the CRD when schema validation is enabled. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 27 Apr, 2023 1 commit
-
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
- 24 Apr, 2023 2 commits
-
-
Derek Nola authored
Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Brian Downs authored
-
- 21 Apr, 2023 1 commit
-
-
Roberto Bonafiglia authored
Signed-off-by:
Roberto Bonafiglia <roberto.bonafiglia@suse.com>
-
- 19 Apr, 2023 2 commits
-
-
Derek Nola authored
* Remove Flannel Wireguard * Remove etcd-snapshot (implicit save) * Convert ipsec and multiple backend to fatal Signed-off-by:
Derek Nola <derek.nola@suse.com>
-
Derek Nola authored
* Bump go version to 1.20.3 to match upstream * Bump cri-dockerd * Bump golanci-lint * go generate * Bump selinux in cgroup test * Bump to v1.27.1 tags * Release documentation improvements * Only run upgrade e2e test on PR Signed-off-by:
Derek Nola <derek.nola@suse.com> Signed-off-by:
Brad Davidson <brad.davidson@rancher.com> Co-authored-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 18 Apr, 2023 3 commits
-
-
github-actions[bot] authored
* chore: Bump Trivy version Made with
❤ ️️ by updatecli --------- Co-authored-by:github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
github-actions[bot] authored
... k3s/conformance/Dockerfile" Updated the content of the file "/tmp/updatecli/github/k3s-io/k3s/Dockerfile.test" Made with
❤ ️️ by updatecli Co-authored-by:github-actions[bot] <41898282+github-actions[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>
-
- 13 Apr, 2023 1 commit
-
-
Brian Downs authored
-
- 12 Apr, 2023 2 commits
-
-
Roberto Bonafiglia authored
Signed-off-by:
Roberto Bonafiglia <roberto.bonafiglia@suse.com>
-
Roberto Bonafiglia authored
Signed-off-by:
Roberto Bonafiglia <roberto.bonafiglia@suse.com>
-
- 11 Apr, 2023 1 commit
-
-
Hussein Galal authored
* Fix call for k3s-selinux versions in airgapped environments Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * use timeout options in the donwloader Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * more fixes Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * run verify_downloader in case binary was skipped Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> --------- Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
- 06 Apr, 2023 4 commits
-
-
Hussein Galal authored
* Add coreos and sle micro to selinux support Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * Add fix for rpm-ostree Signed-off-by:
Derek Nola <derek.nola@suse.com> * Add uninstall for rpm-ostree (coreos) Signed-off-by:
Derek Nola <derek.nola@suse.com> * Don't start k3s on coreos Signed-off-by:
Derek Nola <derek.nola@suse.com> * Don't apply live Signed-off-by:
Derek Nola <derek.nola@suse.com> * Typo fix Signed-off-by:
Derek Nola <derek.nola@suse.com> --------- Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> Signed-off-by:
Derek Nola <derek.nola@suse.com> Co-authored-by:
Derek Nola <derek.nola@suse.com>
-
Hussein Galal authored
* Update klipper lb to v0.4.2 Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * Update klipper lb to v0.4.3 Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> * Update klipper lb to v0.4.3 in airgap list Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com> --------- Signed-off-by:
galal-hussein <hussein.galal.ahmed.11@gmail.com>
-
fmoral2 authored
* test: add make commands and dependencies Signed-off-by:
Francisco <francisco.moral@suse.com> * fix: fix issue on logic for using external dbs and dependencies Signed-off-by:
Francisco <francisco.moral@suse.com> --------- Signed-off-by:
Francisco <francisco.moral@suse.com>
-
Roberto Bonafiglia authored
Signed-off-by:
Roberto Bonafiglia <roberto.bonafiglia@suse.com>
-
- 05 Apr, 2023 1 commit
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 04 Apr, 2023 2 commits
-
-
dependabot[bot] authored
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v4 ) --- 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>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-