-
Notifications
You must be signed in to change notification settings - Fork 295
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
🌱 Using ClusterCacheTracker instead of remote.NewClusterClient #2132
Conversation
Hi @laozc. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@laozc Q: No rush, just asking because of the draft status. Is this PR ready for review? /ok-to-test |
I was waiting for the two related PRs to merge first. 😁 |
124988a
to
5c3f87e
Compare
6e9b91e
to
215e49e
Compare
I posted your core CAPI PR in Slack. I'm planning to merge the core CAPI PR on Monday (please ping me if I forget it) |
Let me know if the flag name is changed to another one. 😊 |
/lgtm Yup will report back |
LGTM label has been added. Git tree hash: c8005af50eeafd2d036745fee29534e93895070f
|
core CAPI is merged /approve Thank you! |
/retest-required |
/hold |
@laozc can you drop the flag and just hard code cct concurrency to 10 for now? This unblocks this pr for CAPV 1.8. And we can still consider adding the flag later. I'm pretty sure we don't actually need the flag as 10 should be easily enough for this reconciler |
Sure. Reverted the new flag related change. |
Thank you very much!! /lgtm pending CI, but Prow will take care of it |
LGTM label has been added. Git tree hash: e42dc816e0381961dacd8ca62a29a60b8f3ed94d
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
/retest |
@laozc: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/hold cancel |
What this PR does / why we need it:
Using ClusterCacheTracker instead of remote.NewClusterClient
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #2053