Skip to content
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

Merged
merged 4 commits into from
May 10, 2024

Conversation

kkunapuli
Copy link
Contributor

@kkunapuli kkunapuli commented May 10, 2024

Ticket

RM-278

Description

Test Plan

Checklist

  • Changes have been manually QA'd
  • User-facing API changes need the "User-facing API Change" label.
  • Release notes should be added as a separate file under docs/release-notes/.
    See Release Note for details.
  • Licenses should be included for new code which was copied and/or modified from any external code.

@cla-bot cla-bot bot added the cla-signed label May 10, 2024
Copy link

netlify bot commented May 10, 2024

Deploy Preview for determined-ui canceled.

Name Link
🔨 Latest commit a9d00ab
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/663e3ad493d261000873ae39

@kkunapuli kkunapuli changed the title hotfix to remove pod labels with potentially incompatible names fix: remove pod labels with potentially incompatible names May 10, 2024
Copy link

codecov bot commented May 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.49%. Comparing base (eab4981) to head (a9d00ab).

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              
Flag Coverage Δ
backend 34.23% <ø> (-7.58%) ⬇️
harness 64.07% <ø> (ø)
web 36.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 487 files with indirect coverage changes

@kkunapuli kkunapuli marked this pull request as ready for review May 10, 2024 15:06
@kkunapuli kkunapuli requested a review from a team as a code owner May 10, 2024 15:06
@determined-ci determined-ci added the documentation Improvements or additions to documentation label May 10, 2024
@determined-ci determined-ci requested a review from a team May 10, 2024 15:11

**Bug Fixes**

- Kubernetes: Remove pod labels that could have characters incompatible with Kubernetes naming requirements. This change will not affect Determined functionality.
Copy link
Contributor

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.

@NicholasBlaskey NicholasBlaskey merged commit feb8a7b into main May 10, 2024
65 of 93 checks passed
@NicholasBlaskey NicholasBlaskey deleted the kunapuli/pod-name-hotfix branch May 10, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants