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

Crossplane GCP provider

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

Hi. I was trying out Crossplane but I was not able to find the addon `GcePersistentDiskCsiDriver` in the docs - https://doc.crds.dev/github.com/crossplane/provider-gcp/config/crd/container.gcp.crossplane.io_gkeclusters.yaml The CSI driver is documented here: https://cloud.google.com/kubernetes-engine/docs/how-to/gce-pd-csi-driver Also while...

Signed-off-by: hasheddan ### Description of your changes WIP support for GCP App Engine `Application`. This does not allow you to run workloads on App Engine, `Application` is 1:1 with a...

### What happened? I have a `GKEClusterClass` that refers to a specific `Network`. In GCP, each `GKECluster` has to have a `masterIpv4CidrBlock` that must not overlap with any other `GKECluster`...

bug

### What problem are you facing? `GKEClusterClass` is very powerful, in that it enables the user to provision a specific class (tier) of a GKE cluster by just creating the...

enhancement

### What problem are you facing? CloudSQL can be run in read-replica mode with an external master. Though in order to configure it to talk with master through a SSL...

enhancement

### What problem are you facing? Currently, managed resource reconcilers [late initialize]() spec parameters, then check for any differences with the current spec, and update the object if so. Ref:...

enhancement
good first issue

### What happened? If you choose to modify the `Network` and make it `autoCreateSubnetworks: false` when it was previously `autoCreateSubnetworks: true` (i.e. go from `Auto` to `Custom`), you cannot delete...

bug

There are potentially 2 separate use cases here: * I would like to be able to bind to a SQL instance that already exists. * I would like to be...

enhancement

I guess it might be useful for nearly all GCP objects, but `CloudSQLInstance` is the one I am interested in for now. Currently I need the project ID occasionally in...

enhancement

### What problem are you facing? This is related to connecting to CloudSQL instances from an application managed by Crossplane. @ichekrygin and I were talking about different connectivity models for...