Couple content fixes.

This commit is contained in:
mtail 2018-05-31 06:46:10 -07:00
parent 0020cf5035
commit b2daa8e346
2 changed files with 2 additions and 4 deletions

View File

@ -17,13 +17,11 @@ The latest Istio snapshot release is {{< istio_version >}} ([release notes](/abo
$ curl -L https://git.io/getLatestIstio | sh -
```
The most recent stable release is 0.2.12. You can [download 0.2.12](https://github.com/istio/istio/releases/tag/0.2.12) with:
The most recent stable release is 0.8. You can [download 0.8](https://github.com/istio/istio/releases/tag/0.8) with:
```command
$ curl -L https://git.io/getIstio | sh -
```
[Archived documentation for the 0.2.12 release](https://archive.istio.io/v0.2/docs/).
> As we don't control the `git.io` domain, please examine the output of the `curl` command before piping it to a shell if running in any
sensitive or non-sandboxed environment.

View File

@ -9,7 +9,7 @@ aliases:
Pilot is responsible for the lifecycle of Envoy instances deployed
across the Istio service mesh.
{{< image width='60%' ratio="72.17%"
{{< image width="60%" ratio="72.17%"
link="../img/pilot/PilotAdapters.svg"
caption="Pilot Architecture"
>}}