Skip to content

Commit 918a765

Browse files
committed
added instructions for setting zone/project in gcloud config
1 parent 884b4c6 commit 918a765

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ Refer to the [Workload Simulation Using Containers as Clients](http://cloud.goog
1919
* `gcloud app Python Extensions`
2020
* `kubectl`
2121

22+
Optionally, you can also set your preferred zone and project:
23+
24+
$ gcloud config set compute/zone your-preferred-zone
25+
$ gcloud config set project your-project-name
26+
2227
## Deploy Web Application
2328

2429
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.

0 commit comments

Comments
 (0)