From 01a9f7d55ba6e8cf7ff56e02ce91ad5fc31146e2 Mon Sep 17 00:00:00 2001 From: Megan O'Keefe Date: Tue, 2 Jun 2020 13:30:24 -0400 Subject: [PATCH] move apis to prereqs --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 97b3e1f..c7fb674 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,12 @@ We offer the following installation methods: here](https://docs.docker.com/docker-for-mac/kubernetes/) - [Kind](https://github.com/kubernetes-sigs/kind) - [skaffold]( https://skaffold.dev/docs/install/) ([ensure version ≥v1.10](https://github.com/GoogleContainerTools/skaffold/releases)) + - Enable GCP APIs for Cloud Monitoring, Tracing, Debugger: + ``` + gcloud services enable monitoring.googleapis.com \ + cloudtrace.googleapis.com \ + clouddebugger.googleapis.com + ``` ### Option 1: Running locally @@ -306,16 +312,6 @@ by deploying the [release manifest](./release) directly to an existing cluster. curl -v "http://$INGRESS_HOST" ``` -### (Optional) Enable Cloud Operations / Stackdriver - -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 \ - cloudtrace.googleapis.com \ - clouddebugger.googleapis.com -``` - ### Cleanup If you've deployed the application with `skaffold run` command, you can run