You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
I use the huaweicloud-service-broker on a kubernetes 1.14 cluster deployed on Flexible Engine.
After I created a RDS Mysql Primary/Standby Cluster, I would like to create a Read Replica link to this instance.
Warning ProvisionCallFailed 11s (x5 over 32s) service-catalog-controller-manager Error provisioning ServiceInstance of ClusterServiceClass (K8S: "a05f3e0b-86fd-4303-946c-171374d29150" ExternalName: "rds-mysql") at ClusterServiceBroker "cluster-service-broker": Status: 500; ErrorMessage: <nil>; Description: provision rds instance failed. **Error: Invalid request due to incorrect syntax or missing required parameters**.; ResponseError: <nil>
Following the API documentation, it is necessary to create a read replica to precise the parameter "replica_of_id". I don't see anything about this parameter on the broker...
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Hello,
I use the huaweicloud-service-broker on a kubernetes 1.14 cluster deployed on Flexible Engine.
After I created a RDS Mysql Primary/Standby Cluster, I would like to create a Read Replica link to this instance.
Bellow my configuration and the errors :
I have the following error :
Warning ProvisionCallFailed 11s (x5 over 32s) service-catalog-controller-manager Error provisioning ServiceInstance of ClusterServiceClass (K8S: "a05f3e0b-86fd-4303-946c-171374d29150" ExternalName: "rds-mysql") at ClusterServiceBroker "cluster-service-broker": Status: 500; ErrorMessage: <nil>; Description: provision rds instance failed. **Error: Invalid request due to incorrect syntax or missing required parameters**.; ResponseError: <nil>
Following the API documentation, it is necessary to create a read replica to precise the parameter "replica_of_id". I don't see anything about this parameter on the broker...
Thank you for your help.
The text was updated successfully, but these errors were encountered: