Nic Cope
Nic Cope
Can we duplicate the RDSInstance implementation (i.e. types and controller) as DBInstance to begin with? This would create a manual migration path without us having to automate it.
No status updates in ExternalClient.Create implementations are allowed after crossplane-runtime #283
Sorry I didn't assign this to myself. I'm working on this as part of https://github.com/crossplane/crossplane-runtime/issues/285.
I think the Container resource is still not using the managed resource reconciler, which would explain this.
https://crossplane.io/docs/v0.13/getting-started/compose-infrastructure.html It's worth noting that the Azure 'Compose Infrastructure' docs _do_ work for me. I can't immediately see why the Compose Infrastructure docs would work while the Provision Infrastructure docs...
Hrm. I changed only the name of the PostgreSQL server and it now works, after having failed twice in a row for me previously. I wonder if the issue is...
Thanks for catching this @Rosenberg96! I suppose Azure must have dropped support for the API version we were using. 🤔 It definitely worked last time I tried it (which was...
Interestingly I'm able to create the following using the master build of provider-azure: ```yaml apiVersion: azure.crossplane.io/v1alpha3 kind: ResourceGroup metadata: name: redis-example spec: location: West US 2 --- apiVersion: cache.azure.crossplane.io/v1beta1 kind:...
@chrismellard Good catch - I get the same error when I remove the `resourceGroupNameRef` from my example. Looks like it's a red herring as you suspected, though this is kind...
Agreed! Thanks for the feature request; this helps us prioritise resources. I'm going to migrate this issue to the Azure provider repo.
Thanks for the issue @tomkerkhove! You mentioned Azure, so I've moved this to the Azure provider. That said, perhaps this issue belongs in crossplane/crossplane as a general design pattern to...