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...
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.