-
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.28] Backports for 2024-11 #11264
[release-1.28] Backports for 2024-11 #11264
Conversation
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit e34fe03) Signed-off-by: Brad Davidson <[email protected]>
* Use clientv3.NewCtxClient instead of New to avoid automatic retry of all RPCs * Only timeout status requests; allow defrag and alarm clear requests to run to completion. * Only clear alarms on the local cluster member, not ALL cluster members Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 095e34d) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit a39e191) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit bc60ff7) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit b67249e) Signed-off-by: Brad Davidson <[email protected]>
Add new flag that is passed through to the device_ownership_from_security_context parameter in the containerd CRI config. This is not possible to change without providing a complete custom containerd.toml template so we should add a flag for it. Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 56fb3b0) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 917761c) Signed-off-by: Brad Davidson <[email protected]>
External CLI actions cannot short-circuit on --help or --version, so we cannot skip loading the config file if these flags are present when running these wrapped commands. The behavior of just returning the override flag name instead of the requested flag value was breaking data-dir lookup when running wrapped commands. Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit ff5c633) Signed-off-by: Brad Davidson <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.28 #11264 +/- ##
=================================================
- Coverage 44.39% 33.10% -11.29%
=================================================
Files 179 163 -16
Lines 18597 17933 -664
=================================================
- Hits 8256 5937 -2319
- Misses 9065 10997 +1932
+ Partials 1276 999 -277
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 9c32f83) Signed-off-by: Brad Davidson <[email protected]>
Proposed Changes
Backports:
Types of Changes
backports
Verification
see linked issues
Testing
Linked Issues
--help
or --version
flags #11255User-Facing Change
Further Comments