mirror of https://github.com/knative/docs.git
Fixes numbered list formatting
This commit is contained in:
parent
da93795496
commit
911ca4117a
|
@ -24,8 +24,9 @@ cd $GOPATH/src/github.com/knative/docs
|
|||
```
|
||||
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:
|
||||
```
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue