Disabling Auto Traffic Promotion in Google Cloud App Engine
When deploying applications to Google Cloud App Engine, you might want to disable the automatic traffic promotion feature, which promotes the latest deployed version to receive 100% of the traffic by default. This can be useful when you want to manually control when a new version of your application should start receiving traffic. To disable auto traffic promotion, you can use the following command in your terminal:
|
|
This command configures your Google Cloud CLI (gcloud
) to not automatically promote the latest deployed version. Here’s what each part of the command does: