Tanzu Cloud Service Broker for GCP 1.5

Troubleshooting Cloud Service Broker for GCP

Last Updated October 24, 2024

This topic gives you troubleshooting information for Tanzu Cloud Service Broker for GCP.

Troubleshoot Errors

Start here if you have a specific error or error messages.

Common Services Errors

The following errors can occur in multiple services:

Error Updates to service instances are not reflected in service keys or bindings
Operation update
Symptom When a service instance is updated, it would be expected that service keys and binding created after the update would reflect the updated value. But sometimes they reflect the value prior to the update.
Cause Not all properties are updated in GCP instantly.
Examples A csb-gcp-postgres service instance is created with {"public_ip":true} and subsequently is updated to {"public_ip":false}. Newly created bindings and service keys will still show a public IP address. To resolve this, issue the cf update-service command again, by which time the change will have happened in GCP. Service keys and bindings created after the second update will show a non-public IP address.
Solution Issue the update command again.