move apis to prereqs
This commit is contained in:
parent
b2ab261163
commit
01a9f7d55b
1 changed files with 6 additions and 10 deletions
16
README.md
16
README.md
|
@ -107,6 +107,12 @@ We offer the following installation methods:
|
||||||
here](https://docs.docker.com/docker-for-mac/kubernetes/)
|
here](https://docs.docker.com/docker-for-mac/kubernetes/)
|
||||||
- [Kind](https://github.com/kubernetes-sigs/kind)
|
- [Kind](https://github.com/kubernetes-sigs/kind)
|
||||||
- [skaffold]( https://skaffold.dev/docs/install/) ([ensure version ≥v1.10](https://github.com/GoogleContainerTools/skaffold/releases))
|
- [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
|
### Option 1: Running locally
|
||||||
|
|
||||||
|
@ -306,16 +312,6 @@ by deploying the [release manifest](./release) directly to an existing cluster.
|
||||||
curl -v "http://$INGRESS_HOST"
|
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
|
### Cleanup
|
||||||
|
|
||||||
If you've deployed the application with `skaffold run` command, you can run
|
If you've deployed the application with `skaffold run` command, you can run
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue