Fix a few errors.

This commit is contained in:
Martin Taillefer 2017-05-13 07:15:59 -07:00
parent 61e3e8aed8
commit 692a28a2f0
3 changed files with 5 additions and 3 deletions

View File

@ -66,7 +66,7 @@ The following command creates namespace *istio-system* and deploys CA into the
kubectl apply -f ./kubernetes/istio-auth/istio-cluster-ca.yaml
```
#### <a name="istioconfig"></a>Enabling Istio Auth in Istio config
#### Enabling Istio Auth in Istio config
The following command uncomments the line *authPolicy: MUTUAL_TLS* in the file *kubernetes/istio-X.yaml*,
and backs up the original file as *istio-X.yaml.bak*

View File

@ -35,8 +35,10 @@ route requests to all available versions of a service in a random fashion.
You can display the routes that are defined with the following command:
```yaml
```bash
istioctl get route-rules -o yaml
```
```yaml
type: route-rule
name: ratings-default
namespace: default

View File

@ -1,5 +1,5 @@
---
#layout: compress
layout: compress
---
{% include home.html %}