Philippe Scorsolini

Results 221 comments of Philippe Scorsolini

It continuously failing is the expected behaviour, however it should go in exponential back-off. Probably it's not because we are continuously updating the `resourceRef` for the `XTarget` resource given that...

Sounds like a caching issue 🤔 we should investigate that further

https://github.com/crossplane/crossplane/pull/5365 would make this work at some point if the composition eventually produced a valid composed resource, I'll split the "endless reconcile loop" in case of non transient error part...

> * This change only works because the child is a k8s resource that can be unmarshaled into an `Unstructured`. It is impossible to add a hypothetical child for some...

What would change from an implementation pov? We would still have to handle known resources in some way, then whether we show them as children or a few additional columns,...

Sure, we could separate the "enrichment" for visualization purposes from the graph building if that's the goal.

We should also add support for missing types of schema errors, see discussion [here](https://github.com/crossplane/crossplane/pull/5197#issuecomment-1887970143). To be understood how much will be left after the PR from @ezgidemirel to add `x-kubernetes-validations`.

Thanks @negz for pointing that out, definitely interesting, I gave it a quick shot and although it looks like we could plug it pretty easily, just keeping our schema caching...

I saw a few failures lately on master of `TestConfigurationWithDependency`, I think it's the same issue.