provider-gcp icon indicating copy to clipboard operation
provider-gcp copied to clipboard

Crossplane GCP provider

Results 105 provider-gcp issues
Sort by recently updated
recently updated
newest added

### Description of your changes Implements v1beta1 quality bucket API and controller. TODOs: - [ ] Harden json-patch fork with tests https://github.com/muvaf/json-patch/tree/late-init - [ ] Unit tests. - [ ]...

### What problem are you facing? GCP Buckets allow access to buckets and specific objects through [BucketAccessControl](https://cloud.google.com/storage/docs/json_api/v1/bucketAccessControls) object. You can define this object on [Buckets](https://cloud.google.com/storage/docs/json_api/v1/buckets) API object as well but...

enhancement

### What happened? When the value of a field is set to its type's zero value (for `bool`s it's false, for `int`s it's 0 etc.), GCP client doesn't include them...

bug

### What problem are you facing? Implementation of GCP Ingress resource controller is missing. Part of https://github.com/crossplaneio/crossplane/issues/1123

enhancement

I have built my `gcp-stack` image following the [INSTALL.md](https://github.com/crossplaneio/stack-gcp/blob/master/INSTALL.md) But it ends at `Install` part with TBD. I also tried out installing this using the `crossplane` repo's way (by running...

### What problem are you facing? Since MachineInstance was implemented in https://github.com/crossplaneio/crossplane/pull/942 in support of https://github.com/crossplaneio/crossplane/issues/286, https://github.com/packethost/stack-packet remains the only provider to implement this claim kind. ### How could Crossplane...

enhancement

### What problem are you facing? As of https://github.com/crossplaneio/crossplane-runtime/commit/ab3cac0175cece1866404a2e1d2d514f65a81fee the `Observe()` method reports back whether a external resource needs to be updated or not. Therefore, the `IsUpToDate` logic is being...

enhancement

### What problem are you facing? Currently, CloudSQL connection secret includes the SSL certificate information for clients that want to access it via SSL. However, when the certificate expires GCP...

enhancement

### Description of your changes Fixes subnetwork SecondaryIpRanges update issue: When Subnetwork CR's `.spec.forProvider.SecondaryIPRanges` is deleted, the cloud resource isn't patched due to `IsUpToDate` returns upToDate as true. I have:...

### What happened? I'm creating GKE NodePools with autoscaling enabled and initialNodeCount slightly higher than the min. However, when the nodepool scales down naturally, crossplane automatically ups it to the...

bug