Nic Cope

Results 846 comments of Nic Cope

@natereid72 Since you had signed some of your commits I used GitHub's "Squash and Merge" functionality to squash them into one big signed commit.

Crossplane (or more specifically, a Crossplane provider) adds the `crossplane.io/external-create-pending` annotation to managed resources right before it attempts to create their corresponding external resource (i.e. make a create call to...

I don't think we currently have any logic to handle graceful shutdowns in providers, but yes I agree that would be a good idea.

> For my specific case, I am interested in reading status of an existing Kubernetes Service (which is managed by helm) to get LoadBalancer IP so that I can report...

> many clusters may all reference this Network, and we can imagine a worst case situation where they fight over the configuration of this resource @jseriff Out of curiosity, would...

@shreemaan-abhishek Try clean your make environment and start over. So `make distclean && make && make reviewable`.

I have a vague recollection that we did used to include the claim namespace at some point, but moved away from that. Perhaps because the resulting XR names were being...

Can you elaborate on the problems caused by having a randomly generated XR name? Are you concerned about the actual external names of your resulting managed resources or something else?...

> Migrating resource from one cluster to another is currently very clumsy. If you miss a little detail you end up with the another database being created instead of reusing...

Cross-linking to https://github.com/crossplane/crossplane/issues/2468