关于“[DEPRECATED] Create a Cloud SQL Instance Using Deployment Manager”的评价

2546 条评价

slow while db config

abhijit G. · 已于 almost 8 years前审核

Great experience, but quite slow.

Chanki B. · 已于 almost 8 years前审核

Satisfied

Sainath V. · 已于 almost 8 years前审核

Rahul M. · 已于 almost 8 years前审核

Precious J. · 已于 almost 8 years前审核

Satisfied

Sainath V. · 已于 almost 8 years前审核

Douglas Augusto F. · 已于 almost 8 years前审核

Damien H. · 已于 almost 8 years前审核

Ed H. · 已于 almost 8 years前审核

Song Hui C. · 已于 almost 8 years前审核

John M. · 已于 almost 8 years前审核

google482660_student@qwiklabs-gcp-b59e6e19f8878b6b:~/deploymentmanager-samples/examples/v2/sqladmin/jinja$ gcloud deployment-manager deployments create cloud-sql-dep --config sqladmin.yaml The fingerprint of the deployment is b9oXqMQQFjxFROFZqPXSMw== Waiting for create [operation-1527609376210-56d5a46397c50-9ca080d1-e4f2bfcb]...failed. ERROR: (gcloud.deployment-manager.deployments.create) Error in Operation [operation-1527609376210-56d5a46397c50-9ca080d1-e4f2bfcb]: errors: - code: RESOURCE_ERROR location: /deployments/cloud-sql-dep/resources/cloud-sql-dep-failover message: '{"ResourceType":"gcp-types/sqladmin-v1beta4:instances","ResourceErrorCode":"INTERNAL","ResourceErrorMessage":""}' google482660_student@qwiklabs-gcp-b59e6e19f8878b6b:~/deploymentmanager-samples/examples/v2/sqladmin/jinja$ It appears an error is listed for the failover sql instance. Everything else started fine for me. Second attempt at course and this time the read replica failed to start. google482788_student@cloudshell:~/deploymentmanager-samples/examples/v2/sqladmin/jinja (qwiklabs-gcp-acc8bf7317676325)$ gcloud deployment-manager deployments create cloud-sql-dep --config sqladmin.yaml The fingerprint of the deployment is ftIix3QhlVqvHmiTJuXQUg== Waiting for create [operation-1527611832755-56d5ad8a56338-80d5cc14-9b2dcd60]...failed. ERROR: (gcloud.deployment-manager.deployments.create) Error in Operation [operation-1527611832755-56d5ad8a56338-80d5cc14-9b2dcd60]: errors: - code: RESOURCE_ERROR location: /deployments/cloud-sql-dep/resources/cloud-sql-dep-replica-0 message: '{"ResourceType":"gcp-types/sqladmin-v1beta4:instances","ResourceErrorCode":"INTERNAL","ResourceErrorMessage":""}' google482788_student@cloudshell:~/deploymentmanager-samples/examples/v2/sqladmin/jinja (qwiklabs-gcp-acc8bf7317676325)$ Third attempt, deleting the sql deployment returns an error. :( google482895_student@cloudshell:~/deploymentmanager-samples/examples/v2/sqladmin/jinja (qwiklabs-gcp-58bc93436330d566)$ gcloud deployment-manager deployments delete cloud-sql-depThe following deployments will be deleted: - cloud-sql-dep Do you want to continue (y/N)? y Waiting for delete [operation-1527614051284-56d5b5ce17421-6645e990-5d787af0]...failed. ERROR: (gcloud.deployment-manager.deployments.delete) Delete operation operation-1527614051284-56d5b5ce17421-6645e990-5d787af0 failed. Error in Operation [operation-1527614051284-56d5b5ce17421-6645e990-5d787af0]: errors: - code: RESOURCE_ERROR location: /deployments/cloud-sql-dep/resources/cloud-sql-dep-instance message: '{"ResourceType":"gcp-types/sqladmin-v1beta4:instances","ResourceErrorCode":"400","ResourceErrorMessage":{"code":400,"errors":[{"domain":"global","message":"The requested operation is not valid for a replication master instance.","reason":"errorReplicationMasterInvalidOperation"}],"message":"The requested operation is not valid for a replication master instance.","statusMessage":"Bad Request","requestPath":"https://www.googleapis.com/sql/v1beta4/projects/qwiklabs-gcp-58bc93436330d566/instances/cloud-sql-dep-instance","httpMethod":"DELETE"}}'

John M. · 已于 almost 8 years前审核

google482660_student@qwiklabs-gcp-b59e6e19f8878b6b:~/deploymentmanager-samples/examples/v2/sqladmin/jinja$ gcloud deployment-manager deployments create cloud-sql-dep --config sqladmin.yaml The fingerprint of the deployment is b9oXqMQQFjxFROFZqPXSMw== Waiting for create [operation-1527609376210-56d5a46397c50-9ca080d1-e4f2bfcb]...failed. ERROR: (gcloud.deployment-manager.deployments.create) Error in Operation [operation-1527609376210-56d5a46397c50-9ca080d1-e4f2bfcb]: errors: - code: RESOURCE_ERROR location: /deployments/cloud-sql-dep/resources/cloud-sql-dep-failover message: '{"ResourceType":"gcp-types/sqladmin-v1beta4:instances","ResourceErrorCode":"INTERNAL","ResourceErrorMessage":""}' google482660_student@qwiklabs-gcp-b59e6e19f8878b6b:~/deploymentmanager-samples/examples/v2/sqladmin/jinja$ It appears an error is listed for the failover sql instance. Everything else started fine for me. Second attempt at course and this time the read replica failed to start. google482788_student@cloudshell:~/deploymentmanager-samples/examples/v2/sqladmin/jinja (qwiklabs-gcp-acc8bf7317676325)$ gcloud deployment-manager deployments create cloud-sql-dep --config sqladmin.yaml The fingerprint of the deployment is ftIix3QhlVqvHmiTJuXQUg== Waiting for create [operation-1527611832755-56d5ad8a56338-80d5cc14-9b2dcd60]...failed. ERROR: (gcloud.deployment-manager.deployments.create) Error in Operation [operation-1527611832755-56d5ad8a56338-80d5cc14-9b2dcd60]: errors: - code: RESOURCE_ERROR location: /deployments/cloud-sql-dep/resources/cloud-sql-dep-replica-0 message: '{"ResourceType":"gcp-types/sqladmin-v1beta4:instances","ResourceErrorCode":"INTERNAL","ResourceErrorMessage":""}' google482788_student@cloudshell:~/deploymentmanager-samples/examples/v2/sqladmin/jinja (qwiklabs-gcp-acc8bf7317676325)$ Third attempt, deleting the sql deployment returns an error. :( google482895_student@cloudshell:~/deploymentmanager-samples/examples/v2/sqladmin/jinja (qwiklabs-gcp-58bc93436330d566)$ gcloud deployment-manager deployments delete cloud-sql-depThe following deployments will be deleted: - cloud-sql-dep Do you want to continue (y/N)? y Waiting for delete [operation-1527614051284-56d5b5ce17421-6645e990-5d787af0]...failed. ERROR: (gcloud.deployment-manager.deployments.delete) Delete operation operation-1527614051284-56d5b5ce17421-6645e990-5d787af0 failed. Error in Operation [operation-1527614051284-56d5b5ce17421-6645e990-5d787af0]: errors: - code: RESOURCE_ERROR location: /deployments/cloud-sql-dep/resources/cloud-sql-dep-instance message: '{"ResourceType":"gcp-types/sqladmin-v1beta4:instances","ResourceErrorCode":"400","ResourceErrorMessage":{"code":400,"errors":[{"domain":"global","message":"The requested operation is not valid for a replication master instance.","reason":"errorReplicationMasterInvalidOperation"}],"message":"The requested operation is not valid for a replication master instance.","statusMessage":"Bad Request","requestPath":"https://www.googleapis.com/sql/v1beta4/projects/qwiklabs-gcp-58bc93436330d566/instances/cloud-sql-dep-instance","httpMethod":"DELETE"}}'

John M. · 已于 almost 8 years前审核

google482660_student@qwiklabs-gcp-b59e6e19f8878b6b:~/deploymentmanager-samples/examples/v2/sqladmin/jinja$ gcloud deployment-manager deployments create cloud-sql-dep --config sqladmin.yaml The fingerprint of the deployment is b9oXqMQQFjxFROFZqPXSMw== Waiting for create [operation-1527609376210-56d5a46397c50-9ca080d1-e4f2bfcb]...failed. ERROR: (gcloud.deployment-manager.deployments.create) Error in Operation [operation-1527609376210-56d5a46397c50-9ca080d1-e4f2bfcb]: errors: - code: RESOURCE_ERROR location: /deployments/cloud-sql-dep/resources/cloud-sql-dep-failover message: '{"ResourceType":"gcp-types/sqladmin-v1beta4:instances","ResourceErrorCode":"INTERNAL","ResourceErrorMessage":""}' google482660_student@qwiklabs-gcp-b59e6e19f8878b6b:~/deploymentmanager-samples/examples/v2/sqladmin/jinja$ It appears an error is listed for the failover sql instance. Everything else started fine for me. Second attempt at course and this time the read replica failed to start. google482788_student@cloudshell:~/deploymentmanager-samples/examples/v2/sqladmin/jinja (qwiklabs-gcp-acc8bf7317676325)$ gcloud deployment-manager deployments create cloud-sql-dep --config sqladmin.yaml The fingerprint of the deployment is ftIix3QhlVqvHmiTJuXQUg== Waiting for create [operation-1527611832755-56d5ad8a56338-80d5cc14-9b2dcd60]...failed. ERROR: (gcloud.deployment-manager.deployments.create) Error in Operation [operation-1527611832755-56d5ad8a56338-80d5cc14-9b2dcd60]: errors: - code: RESOURCE_ERROR location: /deployments/cloud-sql-dep/resources/cloud-sql-dep-replica-0 message: '{"ResourceType":"gcp-types/sqladmin-v1beta4:instances","ResourceErrorCode":"INTERNAL","ResourceErrorMessage":""}' google482788_student@cloudshell:~/deploymentmanager-samples/examples/v2/sqladmin/jinja (qwiklabs-gcp-acc8bf7317676325)$

John M. · 已于 almost 8 years前审核

google482660_student@qwiklabs-gcp-b59e6e19f8878b6b:~/deploymentmanager-samples/examples/v2/sqladmin/jinja$ gcloud deployment-manager deployments create cloud-sql-dep --config sqladmin.yaml The fingerprint of the deployment is b9oXqMQQFjxFROFZqPXSMw== Waiting for create [operation-1527609376210-56d5a46397c50-9ca080d1-e4f2bfcb]...failed. ERROR: (gcloud.deployment-manager.deployments.create) Error in Operation [operation-1527609376210-56d5a46397c50-9ca080d1-e4f2bfcb]: errors: - code: RESOURCE_ERROR location: /deployments/cloud-sql-dep/resources/cloud-sql-dep-failover message: '{"ResourceType":"gcp-types/sqladmin-v1beta4:instances","ResourceErrorCode":"INTERNAL","ResourceErrorMessage":""}' google482660_student@qwiklabs-gcp-b59e6e19f8878b6b:~/deploymentmanager-samples/examples/v2/sqladmin/jinja$ It appears an error is listed for the failover sql instance. Everything else started fine for me. Second attempt at course and this time the read replica failed to start. google482788_student@cloudshell:~/deploymentmanager-samples/examples/v2/sqladmin/jinja (qwiklabs-gcp-acc8bf7317676325)$ gcloud deployment-manager deployments create cloud-sql-dep --config sqladmin.yaml The fingerprint of the deployment is ftIix3QhlVqvHmiTJuXQUg== Waiting for create [operation-1527611832755-56d5ad8a56338-80d5cc14-9b2dcd60]...failed. ERROR: (gcloud.deployment-manager.deployments.create) Error in Operation [operation-1527611832755-56d5ad8a56338-80d5cc14-9b2dcd60]: errors: - code: RESOURCE_ERROR location: /deployments/cloud-sql-dep/resources/cloud-sql-dep-replica-0 message: '{"ResourceType":"gcp-types/sqladmin-v1beta4:instances","ResourceErrorCode":"INTERNAL","ResourceErrorMessage":""}' google482788_student@cloudshell:~/deploymentmanager-samples/examples/v2/sqladmin/jinja (qwiklabs-gcp-acc8bf7317676325)$

John M. · 已于 almost 8 years前审核

google482660_student@qwiklabs-gcp-b59e6e19f8878b6b:~/deploymentmanager-samples/examples/v2/sqladmin/jinja$ gcloud deployment-manager deployments create cloud-sql-dep --config sqladmin.yaml The fingerprint of the deployment is b9oXqMQQFjxFROFZqPXSMw== Waiting for create [operation-1527609376210-56d5a46397c50-9ca080d1-e4f2bfcb]...failed. ERROR: (gcloud.deployment-manager.deployments.create) Error in Operation [operation-1527609376210-56d5a46397c50-9ca080d1-e4f2bfcb]: errors: - code: RESOURCE_ERROR location: /deployments/cloud-sql-dep/resources/cloud-sql-dep-failover message: '{"ResourceType":"gcp-types/sqladmin-v1beta4:instances","ResourceErrorCode":"INTERNAL","ResourceErrorMessage":""}' google482660_student@qwiklabs-gcp-b59e6e19f8878b6b:~/deploymentmanager-samples/examples/v2/sqladmin/jinja$ It appears an error is listed for the failover sql instance. Everything else started fine for me.

John M. · 已于 almost 8 years前审核

Rael G. · 已于 almost 8 years前审核

Emmanuel S. · 已于 almost 8 years前审核

errors encountered

Karwoo T. · 已于 almost 8 years前审核

Fady I. · 已于 almost 8 years前审核

Simon U. · 已于 almost 8 years前审核

Laurent N. · 已于 almost 8 years前审核

Jeffrey S. · 已于 almost 8 years前审核

Tracy E. · 已于 almost 8 years前审核

Simon U. · 已于 almost 8 years前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。