-
Notifications
You must be signed in to change notification settings - Fork 462
pkg/operator: wait for cache on mcp/cc/mcp #607
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
pkg/operator: wait for cache on mcp/cc/mcp #607
Conversation
|
MCO has error: is that this pr? or? |
|
I believe that's normal since the config operator fails: nothing is progressing afaict |
|
I think the 3 informer commits should be squashed here just to tighten up the commits a bit. |
They are 3 different units
If I'll look at a single commit mixing those together in the future I would feel bad lol |
|
BTW, I've removed the last commit since it's not in #610 🎉 |
|
lgtm pending CI success! |
|
aws: bootstrap complete timed out /retest |
|
I'm starting to think something is broken in this PR as tests aren't passing at all. Will check again later today but I'm pretty sure other PRs are passing tests just fine. |
|
seeing in e2e-aws/artifacts/e2e-aws/bootstrap/openshift.service: |
|
ok I've finally understood what's happening here! (basically MC,MCP,CC aren't even a thing by the time we try to sync informers cause we haven't installed the CRDs...). I'll rework this out a bit. |
Signed-off-by: Antonio Murdaca <[email protected]>
|
Should be fixed now |
Signed-off-by: Antonio Murdaca <[email protected]>
Signed-off-by: Antonio Murdaca <[email protected]>
Signed-off-by: Antonio Murdaca <[email protected]>
|
/retest |
|
oh finally this turned green and the others are going to as well |
|
/lgtm |
|
Nice work on this, love the split-up commits! |
wut, it ignored @kikisdeliveryservice lgtm 🤔 |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kikisdeliveryservice, runcom The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@runcom that's really weird!!! |
|
/retest |
Signed-off-by: Antonio Murdaca [email protected]
- What I did
added cache sync for the other listers we are using in the operator
- How to verify it
CI
- Description for the changelog