From 4df8c0cb820186c179cb2d4fe66ea1f256dc5d68 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Wed, 7 Sep 2022 11:46:37 -0700 Subject: [PATCH] [master] Ambient blog: fix github links and add youtube video (#11834) * Fix github links to use proper branch * add video link Co-authored-by: John Howard --- content/en/blog/2022/get-started-ambient/index.md | 2 +- content/en/blog/2022/introducing-ambient-mesh/index.md | 10 ++++++++-- layouts/shortcodes/github_raw.html | 1 + 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 layouts/shortcodes/github_raw.html diff --git a/content/en/blog/2022/get-started-ambient/index.md b/content/en/blog/2022/get-started-ambient/index.md index 3964218083..552e31a3cb 100644 --- a/content/en/blog/2022/get-started-ambient/index.md +++ b/content/en/blog/2022/get-started-ambient/index.md @@ -11,7 +11,7 @@ Ambient mesh is [a new data plane mode for Istio introduced today](/blog/2022/in ## Install Istio with Ambient Mode 1. [Download the preview version](https://gcsweb.istio.io/gcs/istio-build/dev/0.0.0-ambient.191fe680b52c1754ee72a06b3e0d3f9d116f2e82) of Istio with support for ambient mesh. -1. Check out [supported environments]({{< github_tree >}}/experimental-ambient#supported-environments). We recommend using a Kubernetes cluster that is version 1.21 or newer that has two nodes or more. If you don’t have a Kubernetes cluster, you can set up using locally (e.g. using kind as below) or deploy one in Google or AWS Cloud: +1. Check out [supported environments]({{< github_raw >}}/tree/experimental-ambient#supported-environments). We recommend using a Kubernetes cluster that is version 1.21 or newer that has two nodes or more. If you don’t have a Kubernetes cluster, you can set up using locally (e.g. using kind as below) or deploy one in Google or AWS Cloud: {{< text bash >}} $ kind create cluster --config=- < + ### Get involved What we have released today is an early version of ambient mesh in Istio, and it is very much still under active development. We are excited to share it with the broader community and look forward to getting more people involved in shaping it as we move to production readiness in 2023. We would love your feedback to help shape the solution. -A build of Istio which supports ambient mesh is available to [download and try](/blog/2022/get-started-ambient/) in the [Istio Experimental repo]({{< github_tree >}}/tree/experimental-ambient). -A list of missing features and work items is available in the [README]({{< github_blob >}}/experimental-ambient/README.md). +A build of Istio which supports ambient mesh is available to [download and try](/blog/2022/get-started-ambient/) in the [Istio Experimental repo]({{< github_raw >}}/tree/experimental-ambient). +A list of missing features and work items is available in the [README]({{< github_raw >}}/blob/experimental-ambient/README.md). Please try it out and let us know what you think! diff --git a/layouts/shortcodes/github_raw.html b/layouts/shortcodes/github_raw.html new file mode 100644 index 0000000000..b5e6f8426c --- /dev/null +++ b/layouts/shortcodes/github_raw.html @@ -0,0 +1 @@ +https://github.com/istio/istio \ No newline at end of file