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 Adds AutoscalingProfile field to the ClusterAutoscaling type Fixes #462 I have: - [X] Read and followed Crossplane's [contribution process]. - [X] Run `make reviewable test`...

### What problem are you facing? Users would like to give the least possible set of permissions to `ServiceAccount` they use but they end up granting wider roles than necessary....

enhancement

**What happened?** 1. installed crossplane v1.8.0 & provider-gcp v0.21.0 2. created MySQLInstance claim in namespace 3. get the following on CloudSQLInstance ``` Status: At Provider: Conditions: Last Transition Time: 2022-07-27T13:15:04Z...

bug

### Description of your changes This PR updates the storage api dependency (and what it cascades to also update) and adds support for configuring the `PublicAccessPrevention` field on `Bucket`s (see...

### What happened? 1. Using crossplane `1.9.0` + gcp provider `0.21.0` running on GKE `1.21` 2. Setup a CloudSQLInstance using below config ```yaml ... forProvider: databaseVersion: POSTGRES_14 instanceType: CLOUD_SQL_INSTANCE maxDiskSize:...

bug

Signed-off-by: richardmoss ### Description of your changes Add IdentityServiceConfig for GKE. IdentityServiceConfig is configuration for Identity Service which allows customers to use external identity providers with the K8S API Fixes...

### Description of your changes Trying to add support for bigquery subscriptions. See feature request: https://github.com/crossplane-contrib/provider-gcp/issues/469 Fixes #469 I have: - [x] Read and followed Crossplane's [contribution process]. - [x]...

### Description of your changes Add DNS ManagedZone managed resource. Fixes #455 I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make reviewable test` to ensure...

### What problem are you facing? I hope to create vpc peering by crossplane in gcp ### How could Crossplane help solve your problem? https://cloud.google.com/vpc/docs/vpc-peering

enhancement

### What happened? Unable to upgrade from GKE 1.22 to 1.23 The cluster version was set using `initialClusterVersion: "1.22"` and `releaseChannel.channel: "STABLE"` As the next step, I updated the field...

bug