word wrap, enable apis in batch
This commit is contained in:
parent
cf73661dfb
commit
acc29717b4
1 changed files with 4 additions and 6 deletions
|
@ -314,10 +314,8 @@ by deploying the [release manifest](./release) directly to an existing cluster.
|
|||
Online Boutique is instrumented for [Google Cloud Operations](https://cloud.google.com/products/operations) tools including: Monitoring, Tracing, and Debugger. To enable some or all of these APIs in your Google Cloud Project, run the following commands before deploying the app to GKE:
|
||||
|
||||
```
|
||||
gcloud services enable monitoring.googleapis.com
|
||||
|
||||
gcloud services enable cloudtrace.googleapis.com
|
||||
|
||||
gcloud services enable monitoring.googleapis.com \
|
||||
cloudtrace.googleapis.com \
|
||||
gcloud services enable clouddebugger.googleapis.com
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue