-
Notifications
You must be signed in to change notification settings - Fork 404
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
refactor yurthub cache to adapt different storages #882
Conversation
Currently, it's for preview and has never been tested. |
TODO List:
|
Proposal: #897 |
Codecov Report
@@ Coverage Diff @@
## master #882 +/- ##
==========================================
+ Coverage 50.78% 51.92% +1.14%
==========================================
Files 96 98 +2
Lines 12795 13371 +576
==========================================
+ Hits 6498 6943 +445
- Misses 5754 5846 +92
- Partials 543 582 +39
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
82c5fa8
to
7fbc8f9
Compare
I've rebased the pr of autonomy e2e tests, and seems that all tests can pass. I think it's ready for review, PTAL @rambohe-ch |
a5e0920
to
2cd75e8
Compare
392013b
to
9818e73
Compare
Signed-off-by: Congrool <[email protected]>
Signed-off-by: Congrool <[email protected]>
…list request with metadata.name fieldSelector
Signed-off-by: Congrool <[email protected]>
Signed-off-by: Congrool <[email protected]>
Signed-off-by: Congrool <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Congrool, rambohe-ch 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: Congrool [email protected]
What type of PR is this?
/kind enhancement
/sig storage
What this PR does / why we need it:
Currently, the cacheManager deeply couple with the diskStorage. In #778 , we'll add a new storage backend for cacheManager, called pool-coordiantor which actually an etcd storage at the view of cacheManager. There're some problems need to be solved before implement this feature:
/component/resource/namespace/name
and the later is/registry/resource/namespace/name
. Also considering that there're some special case for pool-coordinator, such as resourcenodes
should beminions
instead.