diff --git a/content/about/notes/_index.md b/content/about/notes/_index.md index 375c76392b..4aed316e3b 100644 --- a/content/about/notes/_index.md +++ b/content/about/notes/_index.md @@ -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. diff --git a/content/docs/concepts/traffic-management/pilot.md b/content/docs/concepts/traffic-management/pilot.md index c13c9ee8f6..45fb287f4f 100644 --- a/content/docs/concepts/traffic-management/pilot.md +++ b/content/docs/concepts/traffic-management/pilot.md @@ -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" >}}