-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release-1.29] Backports for 2024-06 release cycle #10249
[release-1.29] Backports for 2024-06 release cycle #10249
Commits on May 29, 2024
-
Add WithSkipMissing to not fail import on missing blobs
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 5f6b813) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 2dbd317 - Browse repository at this point
Copy the full SHA 2dbd317View commit details -
Use fixed stream server bind address for cri-dockerd
Will now use 127.0.0.1:10010, same as containerd's CRI Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 7374010) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 146153d - Browse repository at this point
Copy the full SHA 146153dView commit details -
Switch stargz over to cri registry config_path
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 30999f9) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for cf9da94 - Browse repository at this point
Copy the full SHA cf9da94View commit details -
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit aaa5787) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 4476c79 - Browse repository at this point
Copy the full SHA 4476c79View commit details -
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit bf8b15e) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 624a802 - Browse repository at this point
Copy the full SHA 624a802View commit details
Commits on May 31, 2024
-
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 5cf4d75) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 90d1f03 - Browse repository at this point
Copy the full SHA 90d1f03View commit details -
Fix issue with local traffic policy for single-stack services on dual…
…-stack nodes. Just enable IP forwarding for all address families regardless of service address families. Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 095ecdb) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 311335c - Browse repository at this point
Copy the full SHA 311335cView commit details -
Update local-path-provisioner helper script
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit b453630) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for d5b1cc7 - Browse repository at this point
Copy the full SHA d5b1cc7View commit details -
Add support for svclb pod PriorityClassName
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 37f97b3) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for fd5d1a9 - Browse repository at this point
Copy the full SHA fd5d1a9View commit details -
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit afdcc83) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 49b4e3f - Browse repository at this point
Copy the full SHA 49b4e3fView commit details -
Bump kine to v0.11.9 to fix pagination
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 2669d67) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 404ad98 - Browse repository at this point
Copy the full SHA 404ad98View commit details -
Validate resolv.conf for presence of nameserver entries
Co-authored-by: Brad Davidson <brad@oatmail.org> Signed-off-by: linxin <linxin@geedgenetworks.com> (cherry picked from commit f24ba9d) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for df744fe - Browse repository at this point
Copy the full SHA df744feView commit details -
add missing kernel config check
Signed-off-by: zouxianyu <2979121738@qq.com> (cherry picked from commit c1cb5d6) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 4d34f35 - Browse repository at this point
Copy the full SHA 4d34f35View commit details -
Follow directory symlinks in auto deploying manifests (k3s-io#9288)
Signed-off-by: Robert Rose <robert.rose@mailbox.org> (cherry picked from commit 6886c09) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for a250eba - Browse repository at this point
Copy the full SHA a250ebaView commit details -
allow helm controller set owner reference
Signed-off-by: huangzy <huangzynn@outlook.com> (cherry picked from commit 6fcaad5) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 08cf09e - Browse repository at this point
Copy the full SHA 08cf09eView commit details -
Bump klipper-helm image for tls secret support
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 6683fcd) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 74e56b5 - Browse repository at this point
Copy the full SHA 74e56b5View commit details -
Updating the script binary_size_check to complete the command name by…
… adding .exe extension to the k3s binary name to make it available to run stat command Signed-off-by: Anuj Garg <anujgarg@microsoft.com> (cherry picked from commit eb19219) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for df5531e - Browse repository at this point
Copy the full SHA df5531eView commit details -
Fix issue with k3s-etcd informers not starting
Start shared informer caches when k3s-etcd controller wins leader election. Previously, these were only started when the main k3s apiserver controller won an election. If the leaders ended up going to different nodes, some informers wouldn't be started Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 3d14092) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 38ede61 - Browse repository at this point
Copy the full SHA 38ede61View commit details -
Add proctitle package with linux and windows constraints
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com> (cherry picked from commit 48ff3bc) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for c309eb0 - Browse repository at this point
Copy the full SHA c309eb0View commit details -
Refactor supervisor listener startup and add metrics
* Refactor agent supervisor listener startup and authn/authz to use upstream auth delegators to perform for SubjectAccessReview for access to metrics. * Convert spegel and pprof handlers over to new structure. * Promote bind-address to agent flag to allow setting supervisor bind address for both agent and server. * Promote enable-pprof to agent flag to allow profiling agents. Access to the pprof endpoint now requires client cert auth, similar to the spegel registry api endpoint. * Add prometheus metrics handler. Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit ff679fb) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 940bc66 - Browse repository at this point
Copy the full SHA 940bc66View commit details -
Convert remaining http handlers over to use util.SendError
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit f8e0648) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 09a217d - Browse repository at this point
Copy the full SHA 09a217dView commit details -
Update golangci-lint to stop using deprecated skip files/dirs
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 2eca3f1) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for daf9914 - Browse repository at this point
Copy the full SHA daf9914View commit details -
Bump alpine from 3.18 to 3.20 in /conformance
Bumps alpine from 3.18 to 3.20. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit de4cda5) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 02d702b - Browse repository at this point
Copy the full SHA 02d702bView commit details -
Bump alpine from 3.18 to 3.20 in /package
Bumps alpine from 3.18 to 3.20. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 86875c9) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for c879732 - Browse repository at this point
Copy the full SHA c879732View commit details -
Use busybox tar to avoid issues with fchmodat2 on arm
Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit 84b578e) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for d293908 - Browse repository at this point
Copy the full SHA d293908View commit details -
Bump ubuntu from 22.04 to 24.04 in /tests/e2e/scripts
Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 4cb4542) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for bc504ea - Browse repository at this point
Copy the full SHA bc504eaView commit details -
Made with ❤️️ by updatecli (cherry picked from commit f2e7c01) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 22f1b31 - Browse repository at this point
Copy the full SHA 22f1b31View commit details -
Fix netpol crash when node remains tained unintialized
It is concievable that users might take more than 60 seconds to deploy their own cloud-provider. Instead of exiting, we should wait forever, but with more logging to indicate what's being waited on. Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit ed23a2b) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 37a3ba6 - Browse repository at this point
Copy the full SHA 37a3ba6View commit details -
Fix issue caused by sole server marked as failed under load
If health checks are failing for all servers, make a second pass through the server list with health-checks ignored before returning failure Signed-off-by: Brad Davidson <brad.davidson@rancher.com> (cherry picked from commit ca39614) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for b9a0ded - Browse repository at this point
Copy the full SHA b9a0dedView commit details -
Fix embedded mirror blocked by SAR RBAC and re-enable test
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 41a26da - Browse repository at this point
Copy the full SHA 41a26daView commit details -
Add write-kubeconfig-group flag to server (k3s-io#9233)
* Add write-kubeconfig-group flag to server * update kubectl unable to read config message for kubeconfig mode/group Signed-off-by: Katherine Pata <me@kitty.sh> (cherry picked from commit 7a0ea3c) Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 3c8f89e - Browse repository at this point
Copy the full SHA 3c8f89eView commit details