Predrag Knezevic
Predrag Knezevic
> composition functions not running for all environments like bottlerocket in aws eks This is reported in #3899
> I am wondering if we could develop a generic xfn for this case here? I mean, instead of everyone building their function, having a generic one and leveraging the...
@turkenh In order to generalize the thing even further and enable patching from any to any resource, we could actually create a function that is a wrapper around well-known [yq](https://github.com/mikefarah/yq)....
@ytsarev would be a creating a dedicated function as sketched above acceptable
Perhaps we can add a few e2e tests to validate that? (in crossplane PR ofcourse)
> The logic in the composite controller (also in the claim controller) heavily relies on additive behavior currently. Hence, it wouldn't be possible to switch to the patching applicator introduced...
Migrating to server-side apply for MR creation is going to help here, without requiring a new patching strategy. However, it would require MR schema fine tuning, so that individual item...
@negz I found [this one pager](https://github.com/crossplane/crossplane/blob/master/design/one-pager-cross-resource-referencing.md), merged through https://github.com/crossplane/crossplane/pull/874. Is it obsolete?
`observedGeneration` contains the resource `generation` value of resources seen by the reconcile loop. It indicates that the managed resource got reconciled, but it does not mean that the changes are...
/fresh a first PR is ready for the review