You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@ Refer to the [Workload Simulation Using Containers as Clients](http://cloud.goog
19
19
*`gcloud app Python Extensions`
20
20
*`kubectl`
21
21
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
+
22
27
## Deploy Web Application
23
28
24
29
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