Nic Cope
Nic Cope
Example of how default registry affects `ImageConfig`: https://github.com/crossplane/crossplane/pull/6421#issuecomment-2843657121
Not actually done yet - we took one little step, and merging that PR auto-closed this issue.
This is a Kubernetes limitation. A namespaced resource can only own resources in its own namespace. By that I mean a resource in namespace A can't be an owner or...
FWIW I've added this to the v2 project board because I want to keep it in mind, but I'm not sure if/how we should do it for the v2.0.0 release...
Yeah, let's add `observedGeneration` to all the things. Cross-ref to https://github.com/crossplane/crossplane/issues/2672 where this was briefly mentioned.
/fresh We merged a change that added this field to various resource schemas, but there's not yet any code that actually sets it.
I believe this is a symptom of https://github.com/crossplane/crossplane/issues/4581, which overall I think is a positive change. It will affect all functions, not only P&T. One thing we could do to...
> Storing data in the composite metadata.annotations is a widespread pattern in traditional patch and transform. @bobh66 Understood. Do you think we can enumerate what folks use this pattern for?...
``` cannot apply composed resource "rds": failed to create typed patch object (/mysq │ │ l-1-8zzjw-6zw4m; rds.aws.upbound.io/v1beta2, Kind=Instance): .spec.forProvider.vpcSecurityGroupIds: element 0: asso │ │ ciative list without keys has an...