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

### What happened? I am using GCP crossplane provider to create CloudSQL instance with read replica. As I understand I need 2 different yaml file: 1 for master node and...

bug

### What problem are you facing? Integration of dns, ssl, and ingress in crossplane. I've added these as one ticket as they are often related. If I configure the dns,...

services

### What problem are you facing? It would be nice if logging verbosity could be increased, at least to the level that it shows for each action what it's trying...

enhancement

### What happened? Trying to create a minimal GKE cluster on GCP with the following configurations: ```yaml --- apiVersion: container.gcp.crossplane.io/v1beta2 kind: Cluster metadata: name: default-cluster labels: managed-by: crossplane spec: forProvider:...

bug

### What problem are you facing? We cant to switch from Pulumi to Crossplane for managing our infrastructure. So far we can switch fully as not all needed resources are...

### What problem are you facing? Similar to https://github.com/crossplane/provider-aws/issues/405 for GCP ### How could Crossplane help solve your problem? By supporting Secrets Manager I would like to take this issue...

enhancement

Signed-off-by: Mohamed Chiheb ### Description of your changes In order to be able to provision CloudSql failOver replicas, provider GCP CloudSql instance must include `replicaConfiguration` In this PR: * I've...

### What happened? Scenario 1: `CloudSQLInstance` resources that have more than one replica created don't have their ReplicaNames list populated correctly. Below image shows cloudsql instance response from GCP API...

bug

### What happened? When managing CloudSQL instances with Crossplane, we can set multiple different `authorizedNetworks` to allow for public access to the instance. Adding new CIDR ranges and removing old...

bug

### What problem are you facing? After deleting a `Bucket` resource with kubectl, I am getting the following error if bucket is not empty (which is usually the case if...

enhancement