Nic Cope

Results 846 comments of Nic Cope

Thanks for the updates @bgrant0607! I'm happy to see config connector has been open sourced. I'm supportive of folks using provider-kubernetes in combination with KCC if doing so makes sense...

Thanks for the feature requests @tricky42! I'll move this over to provider-gcp, where these features would be implemented.

What's the use case for this @Demonsthere?

We don't quite log every API call, but we increased the amount of debug logging for stack-gcp in https://github.com/crossplaneio/stack-gcp/pull/142. You can see the new logs and events, and more importantly...

@BigSammich In step 2 of scenario 1, and step 3 of scenario 2, how are you creating/promoting replicas? If you're doing so outside of Crossplane the behaviour you're seeing is...

I don't think we should allow a _managed resource_ like a CloudSQL instance to be reused. That said, there are some bugs pointed out in this issue that need addressing....

Sure. At risk of over-communicating, there's a few concepts in play here. * Managed resources, for example a `CloudSQLInstance`. These may be manually created in advance by an infrastructure operator...

Breadcrumbs to https://github.com/crossplane/crossplane-runtime/issues/281, which is where we're currently looking into this.

Unfortunately I don't think there's really a fix we can add to the `GKECluster` managed resource (or this provider in general) to work around this. Google's preferred auth method is...

Option three has my vote! I'd go with `beta.gcp.crossplane.io` as the API group (presuming the `beta` part won't clash with some Google service named "Beta"?). We'll need to do a...