sedefsavas
sedefsavas
In CAPZ, they have something called coalescing reconciler which is LRU cache with a ttl so if there was a successful reconcile, reconciler result is added to the cache with...
@CecileRobertMichon @devigned thanks for the feedbacks. > We introduced async reconciliation of resources (not waiting on the API to complete a long-running operation, like creating a VM), but rather checking...
> Do you think it would also be worth ensuring we cover both scenarios in the e2e tests? +1 to add the scenarios in the PR definition to e2e tests.
/test ?
/triage accepted /milestone v1.1.0 /priority important-soon
Since this is just refactoring, let's merge this after we make a release this week (~Nov. 18). /hold
Thanks for reporting this issue! This is happening because the `deviceName` field under `rootVolume` section is not allowed to be non-nil during creation, but is set by the controllers. During...
We can close them if there is nothing additional to capture with those issues. Or consolidate additional improvements we want to see here.
> The respective controllers take those into account when creating the ec2 instance or the launch template. Due to a AWS API limitiation, I believe the src/dest check on AutoscalingGroups...