word wrap, enable apis in batch

This commit is contained in:
Megan O'Keefe 2020-06-02 10:38:51 -04:00
parent cf73661dfb
commit acc29717b4

View file

@ -311,14 +311,12 @@ by deploying the [release manifest](./release) directly to an existing cluster.
### (Optional) Enable Cloud Operations / Stackdriver ### (Optional) Enable Cloud Operations / Stackdriver
OnlineBoutique 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: 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 monitoring.googleapis.com \
cloudtrace.googleapis.com \
gcloud services enable cloudtrace.googleapis.com gcloud services enable clouddebugger.googleapis.com
gcloud services enable clouddebugger.googleapis.com
``` ```
### Cleanup ### Cleanup