Nic Cope

Results 164 issues of Nic Cope

### What problem are you facing? Crossplane's 'composition' functionality was [designed](https://github.com/crossplane/crossplane/blob/20493ac0f778c718409c43df0ab5d92264231187/design/design-doc-composition.md) such that a composite resource could compose managed resources - i.e. Kubernetes resources owned by a Crossplane provider -...

enhancement
question
composition

### What problem are you facing? Crossplane creates the resources an XR composes in the order they are specified in their composition. The order in which Crossplane deletes the composed...

enhancement

### What problem are you facing? We've tried to make contributing a managed resource to a Crossplane provider easier than writing an arbitrary Kubernetes controller from scratch, but it's still...

enhancement
docs

### What happened? It seems like `BucketPolicy` and `BucketPolicyMembership` actually both manipulate the same underlying API object, per https://cloud.google.com/storage/docs/json_api/v1/buckets/setIamPolicy. This doesn't seem idiomatic - I would expect there to be...

bug

### What happened? https://cloud.google.com/storage/docs/json_api/v1/buckets/setIamPolicy https://github.com/crossplane/provider-gcp/blob/0206b416/apis/storage/v1alpha1/bucketpolicy_types.go#L45 The `BucketPolicy` type appears to reuse the `iamv1alpha1.Policy` struct, which has fields that are meaningless to the `BucketPolicy` managed resource. This will be misleading to...

bug

### Description of your changes Partially addresses crossplane/crossplane#2595 - see that issue for details. I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make reviewable test`...

### What problem are you facing? Azure buckets are currently older style low fidelity API objects with a previous generation of controller code. They should be updated to v1beta1 quality...

enhancement
services

### What happened? https://crossplane.io/docs/v0.13/getting-started/provision-infrastructure.html When I follow the above guide for Azure, I notice my resource group is created but my PostgreSQLServer is not. Note that the provider appears to...

bug

### What happened? I created an AKS cluster in a virtual network and observed the below spurious error: ``` Events: Type Reason Age From Message ---- ------ ---- ---- -------...

bug

### What problem are you facing? It would be ideal to support managing database schemas declaratively using this provider. ### How could Crossplane help solve your problem? Add a `Schema`...

enhancement