-
Notifications
You must be signed in to change notification settings - Fork 357
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
fix: remove pod labels with potentially incompatible names #9349
Conversation
✅ Deploy Preview for determined-ui canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9349 +/- ##
==========================================
+ Coverage 45.16% 46.49% +1.33%
==========================================
Files 1230 743 -487
Lines 154572 106597 -47975
Branches 2404 2405 +1
==========================================
- Hits 69812 49566 -20246
+ Misses 84565 56836 -27729
Partials 195 195
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
||
**Bug Fixes** | ||
|
||
- Kubernetes: Remove pod labels that could have characters incompatible with Kubernetes naming requirements. This change will not affect Determined functionality. |
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.
I would ignore the cause of the issue and just describe the issue
Something like
Fix an issue introduced in 0.32.0 where workspaces with names incompatible with Kubernetes naming requirements would cause jobs in that workspace to fail.
Ticket
RM-278
Description
Test Plan
Checklist
docs/release-notes/
.See Release Note for details.