-
Notifications
You must be signed in to change notification settings - Fork 665
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
[copilot] rename sidecar to uploader #6043
[copilot] rename sidecar to uploader #6043
Conversation
Signed-off-by: wayner0628 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6043 +/- ##
==========================================
- Coverage 37.06% 37.04% -0.03%
==========================================
Files 1316 1316
Lines 132191 132262 +71
==========================================
- Hits 49002 48998 -4
- Misses 78926 79002 +76
+ Partials 4263 4262 -1
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: wayner0628 <[email protected]>
Signed-off-by: wayner0628 <[email protected]>
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.
Thank you. Can you add a test to copilot_test.go
to verify the container name change?
Signed-off-by: wayner0628 <[email protected]>
@eapolinario test added, thank you! |
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.
thank you
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.
thank you
Tracking issue
#5995
Why are the changes needed?
The current naming of the upload container in Copilot as
sidecar
can be confusing, especially since we also have a dedicateddownloader
container. Given that this container primarily handles upload tasks, renaming it to something more descriptive would improve readability and understanding of its role.What changes were proposed in this pull request?
Replace all occurences ofsidecar
withuploader
.Simply change the string value here, suggested by @eapolinario (thank you), because replacing all occurences will introduce too many changes across the codebase.
Also, for flyte users, they will only see the name of container.
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link