-
Notifications
You must be signed in to change notification settings - Fork 919
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
add karmada.io/system label to created clusterrole+bindings #5281
Conversation
Hi @grosser, the lint is failed. |
14414ec
to
4fd67ed
Compare
thx, fixed! |
The UT has a falling state. |
https://github.com/karmada-io/karmada/blob/master/CONTRIBUTING.md#contributor-workflow only has |
also then at least it prints the package name, but there should be instructions to run the package with and the test prints this giant karmada font that it should not do
|
and the failed tests don't point to the line number that failed either 😞 |
159fc65
to
0fa584b
Compare
fixed the tests hopefully 🤞 |
Signed-off-by: Michael Grosser <[email protected]>
0fa584b
to
f4df03f
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #5281 +/- ##
=======================================
Coverage 28.23% 28.24%
=======================================
Files 632 632
Lines 43762 43774 +12
=======================================
+ Hits 12357 12363 +6
- Misses 30504 30511 +7
+ Partials 901 900 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Hi @grosser thanks for your contribution! We now have a series of prs that add Karmada system or manage labels to resources. Can you help create an issue to organize all the prs in the series, so that we can have a general record of this and facilitate later retrieval. Also, do we have similar resources to work with? |
is this what you were looking for #5288 ? "Also, do we have similar resources to work with?" |
Thanks @grosser If more resources need to be modified, you can modify the track issue accordingly. |
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.
Thanks~
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: XiShanYongYe-Chang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
similar to namespaces cluster-roles need to have an identifier so we can find them all (without having to guess based on names)
and allow-list them in our "are you allowed to create cluster-roles" auditing tooling
Does this PR introduce a user-facing change?: