-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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-03 release cycle #9669
[release-1.28] Backports for 2024-03 release cycle #9669
Conversation
Signed-off-by: Edgar Lee <[email protected]> (cherry picked from commit 8c83b5e) Signed-off-by: Brad Davidson <[email protected]>
* Add both dual-stack addresses to the node hosts file * Add hostname to hosts file as alias for node name to ensure consistent resolution Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit be569f6) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 513c341) Signed-off-by: Brad Davidson <[email protected]>
* Set ServerNodeName in snapshot CLI setup * Raise errer if ServerNodeName ends up empty some other way * Fix status controller to use etcd node name annotation instead of prefix checking Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 82432a2) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 109e3e4) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit b164d7a) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 3576ed4) Signed-off-by: Brad Davidson <[email protected]>
…ing from config Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 0b35932) Signed-off-by: Brad Davidson <[email protected]>
Moves us closer to using the proper upstream for our flannel CNI plugin, instead of the snapshot that is vendored into our plugins fork. Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 88d30f9) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Philip Laine <[email protected]> Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 26feb25) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 84a071a) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit b5a4846) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 091a5c8) Signed-off-by: Brad Davidson <[email protected]>
Fix the wasm shim detection and the containerd configuration generation. Prior to this commit, the binary and the `RuntimeType` values were not correct. Signed-off-by: Flavio Castelli <[email protected]> (cherry picked from commit 64e4f0e) Signed-off-by: Brad Davidson <[email protected]>
Add a e2e test that runs some demo WebAssembly applications using the dedicated containerd shims. Note: this is not an integration test because we need to install some binaries (the special containerd shims) on the host. Signed-off-by: Flavio Castelli <[email protected]> (cherry picked from commit f82d438) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Vitor Savian <[email protected]> Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 59c724f) Signed-off-by: Brad Davidson <[email protected]>
Setting this environment variable will not wrap the text in color ANSI code, so that we can print a raw output. Signed-off-by: Rishikesh Nair <[email protected]> (cherry picked from commit ff7cfa2) Signed-off-by: Brad Davidson <[email protected]>
Also, if NO_COLOR is empty, output will be colored, otherwise not colored. Signed-off-by: Rishikesh Nair <[email protected]> (cherry picked from commit ce0765c) Signed-off-by: Brad Davidson <[email protected]>
Co-authored-by: Brad Davidson <[email protected]> Signed-off-by: Rishikesh Nair <[email protected]> (cherry picked from commit 82cfacb) Signed-off-by: Brad Davidson <[email protected]>
We were misreporting the flannel version as the flannel cni plugin version; restore the actual flannel version as build metadata Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 6f331ea) Signed-off-by: Brad Davidson <[email protected]>
3249eb3
to
706aaf7
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.28 #9669 +/- ##
================================================
- Coverage 42.72% 41.04% -1.69%
================================================
Files 154 154
Lines 15769 16785 +1016
================================================
+ Hits 6738 6889 +151
- Misses 7851 8728 +877
+ Partials 1180 1168 -12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]>
Proposed Changes
Backport:
NO_COLOR
env var #9357Types of Changes
backports
Verification
See linked issues
Testing
Linked Issues
etcd-snapshot-dir
does not exist #9389check-config
output. #9667nodePort
for rootless k3s #9613Error getting the node object
error spew on initial startup #9618User-Facing Change
Further Comments