sedefsavas

Results 208 comments of sedefsavas

Just dumping some findings: Currently, Azure SDK supports non-blocking, asynchronous calls via `Future` constructs, which makes it easy to make CAPZ re-entrant. CAPZ controllers don't need to make a new...

/triage accepted /priority important-soon

OCI provider fix for the problem: https://github.com/oracle/cluster-api-provider-oci/pull/116

During last week's code walkthrough, we went over the repo structure, might be helpful for this issue: https://www.youtube.com/watch?v=Y6kc7wmyElI&ab_channel=RichardCase

cc @Madhur97 created the layout for cluster api repo if you need help.

@Srikrishnabh Right now, we do not attach controllers to envtest manager in most suite_test.go where we setup the testing environment. And hence when we create an object, its reconciler is...