Fixes numbered list formatting

This commit is contained in:
Sam O'Dell 2018-07-18 14:16:22 -07:00 committed by GitHub
parent da93795496
commit 911ca4117a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 53 additions and 52 deletions

View File

@ -24,8 +24,9 @@ cd $GOPATH/src/github.com/knative/docs
``` ```
export REPO="gcr.io/<YOUR_PROJECT_ID>" export REPO="gcr.io/<YOUR_PROJECT_ID>"
``` ```
* This example shows how to use Google Container Registry (GCR). You will need a Google Cloud Project and to enable the [Google Container Registry API](https://console.cloud.google.com/apis/library/containerregistry.googleapis.com). * This example shows how to use Google Container Registry (GCR). You will need a
Google Cloud Project and to enable the
[Google Container Registry API](https://console.cloud.google.com/apis/library/containerregistry.googleapis.com).
1. Use Docker to build your application container: 1. Use Docker to build your application container:
``` ```
@ -66,7 +67,7 @@ export SERVICE_IP=`kubectl get svc knative-ingressgateway -n istio-system -o jso
time curl --header "Host:$SERVICE_HOST" http://${SERVICE_IP?}/primes/40000000 time curl --header "Host:$SERVICE_HOST" http://${SERVICE_IP?}/primes/40000000
``` ```
1. Ramp up traffic on the autoscale app (about 300 QPS). 1. Ramp up traffic on the autoscale app (about 300 QPS):
``` ```
kubectl delete namespace hey --ignore-not-found && kubectl create namespace hey kubectl delete namespace hey --ignore-not-found && kubectl create namespace hey
``` ```