Skip to content

Commit aaa7f46

Browse files
authored
gcloud app is not in preview anymore
eg.: WARNING: The `gcloud preview app` command group is deprecated; please use the `gcloud app` commands instead. Google Cloud SDK 128.0.0
1 parent 7af8ba5 commit aaa7f46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This tutorial demonstrates how to conduct distributed load testing using [Kubern
99

1010
**Note:** when installing the Google Cloud SDK you will need to enable the following additional components:
1111

12-
* `App Engine Command Line Interface (Preview)`
12+
* `App Engine Command Line Interface`
1313
* `App Engine SDK for Python and PHP`
1414
* `Compute Engine Command Line Interface`
1515
* `Developer Preview gcloud Commands`
@@ -24,9 +24,9 @@ Before continuing, you can also set your preferred zone and project:
2424

2525
## Deploy Web Application
2626

27-
The `sample-webapp` folder contains a simple Google App Engine Python application as the "system under test". To deploy the application to your project use the `gcloud preview app deploy` command.
27+
The `sample-webapp` folder contains a simple Google App Engine Python application as the "system under test". To deploy the application to your project use the `gcloud app deploy` command.
2828

29-
$ gcloud preview app deploy sample-webapp/app.yaml --project=PROJECT-ID --set-default
29+
$ gcloud app deploy sample-webapp/app.yaml --project=PROJECT-ID
3030

3131
**Note:** you will need the URL of the deployed sample web application when deploying the `locust-master` and `locust-worker` controllers.
3232

@@ -155,4 +155,4 @@ To delete the sample web application, visit the [Google Cloud Console](https://c
155155

156156
## License
157157

158-
This code is Apache 2.0 licensed and more information can be found in `LICENSE`. For information on licenses for third party software and libraries, refer to the `docker-image/licenses` directory.
158+
This code is Apache 2.0 licensed and more information can be found in `LICENSE`. For information on licenses for third party software and libraries, refer to the `docker-image/licenses` directory.

0 commit comments

Comments
 (0)