-
-
Notifications
You must be signed in to change notification settings - Fork 319
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
ObjectList now accepts null metadata like upstream k8s does #1492
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1492 +/- ##
=====================================
Coverage 74.9% 74.9%
=====================================
Files 78 78
Lines 6806 6806
=====================================
Hits 5091 5091
Misses 1715 1715
|
Signed-off-by: Aviram Hassan <[email protected]>
Not sure if the failure is my fault? |
hm, the failure seems very related:
probably the |
you could run it locally with |
Thanks, looking into it.
|
It worked for me locally when using docker-desktop (not when using a real cluster though) |
hm. unlikely. same error on re-run (twice). |
hm, possible hunch: this is the first PR to use k3s 1.30.0 which released a few days ago |
it fails locally on k3s 1.30 with or without your change 🙃 |
a list on admission policies returns a list with null'd out items! ...which seems to be confirmed with
|
Ah, nice - not sure I'll be able to address the issue (bit problematic for me to setup k3s). |
Feel free to pin CI to 1.29 in integration builds for now. This is likely an upstream bug, so gotta got hunting :( |
Signed-off-by: Aviram Hassan <[email protected]>
just did :) |
Looks sensible to me, I'll merge in, but just out of interest, where did you encounter this? I have not seen this fail before. |
Our operator builds |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
For future reference the missing
via 1.30.4 changelog |
Funny, we can open an issue to revert my PR then when 1.30.4 becomes the minimal supported version. |
Fixes #1491