
Explanation:
The --no-traffic flag deploys a new revision but sets its traffic percentage to 0, allowing testing before shifting traffic. Other options either send traffic or don't exist.
Ultimate access to all questions.
Which command deploys a new Cloud Run revision without sending it traffic (for testing)?
A
gcloud run deploy --no-traffic
B
gcloud run deploy --traffic 0
C
gcloud run services update-traffic --to-latest
D
gcloud run revisions create
No comments yet.