-
Notifications
You must be signed in to change notification settings - Fork 103
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
🌱 Separate crd objects from others #882
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #882 +/- ##
=======================================
Coverage 63.76% 63.77%
=======================================
Files 193 193
Lines 18975 18977 +2
=======================================
+ Hits 12100 12102 +2
Misses 5880 5880
Partials 995 995
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a398d15
to
8143d4b
Compare
/approve @zhiweiyin318 needs to take a final review |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiujian16, zhujian7 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 |
Signed-off-by: zhujian <[email protected]>
Summary
Separate crd objects from others, so clusteradm can apply the crd objects first, after making sure the crd objects are created, then creates other resources.
Related issue(s)
open-cluster-management-io/clusteradm#469 (comment)
Fixes #