Topic 1 Question 14
You need to update a deployment in Deployment Manager without any resource downtime in the deployment. Which command should you use?
gcloud deployment-manager deployments create --config <deployment-config-path>
gcloud deployment-manager deployments update --config <deployment-config-path>
gcloud deployment-manager resources create --config <deployment-config-path>
gcloud deployment-manager resources update --config <deployment-config-path>
ユーザの投票
コメント(17)
B is correct
👍 39Agents892020/04/20B is correct Additional tip, update and create resource is not even a command under deployment management service.
👍 37[Removed]2020/09/10should not use 'create', so B or D is correct and keywords 'resource' is invalid, so B is the ans
👍 4leogor2022/10/23
シャッフルモード