From 1476a5c132cf91772c1a5ff7e528f0164b50a786 Mon Sep 17 00:00:00 2001 From: Ram Vennam Date: Thu, 19 Sep 2019 17:13:52 -0400 Subject: [PATCH 1/2] download flow --- content/en/_index.md | 4 ++-- content/en/docs/setup/_index.md | 8 ++++---- content/en/docs/setup/install/kubernetes/index.md | 7 ------- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/content/en/_index.md b/content/en/_index.md index 1fae01e6aee5f..0e6d89b28334e 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -108,6 +108,6 @@ description: Connect, secure, control, and observe services.
GET STARTED LEARN MORE - DOWNLOAD {{< istio_release_name >}} + DOWNLOAD {{< istio_release_name >}}
- + \ No newline at end of file diff --git a/content/en/docs/setup/_index.md b/content/en/docs/setup/_index.md index 2ade3dbc1d3b8..29ed88f4d12d9 100644 --- a/content/en/docs/setup/_index.md +++ b/content/en/docs/setup/_index.md @@ -32,8 +32,7 @@ At a high level, the basic flow is the same regardless of platform: ## Downloading the release -Istio is installed in its own `istio-system` namespace and can manage -services from all other namespaces. +Download the Istio release which includes installation files, samples and a command line utility. 1. Go to the [Istio release]({{< istio_release_url >}}) page to download the installation file corresponding to your OS. On a macOS or @@ -55,7 +54,7 @@ services from all other namespaces. - Installation YAML files for Kubernetes in `install/kubernetes` - Sample applications in `samples/` - - The [`istioctl`]((/docs/reference/commands/istioctl) client binary in the `bin/` directory. `istioctl` is + - The [`istioctl`](/docs/reference/commands/istioctl) client binary in the `bin/` directory. `istioctl` is used when manually injecting Envoy as a sidecar proxy. 1. Add the `istioctl` client to your path, on a macOS or @@ -69,7 +68,8 @@ services from all other namespaces. ## Installing Istio -Choose one of the following installation options, depending on your intended use: +Istio is installed in its own `istio-system` namespace and can manage +services from all other namespaces. Choose one of the following installation options, depending on your intended use: - [Demo installation](/docs/setup/install/kubernetes/): This option is ideal if you're new to Istio and just want to try it out. diff --git a/content/en/docs/setup/install/kubernetes/index.md b/content/en/docs/setup/install/kubernetes/index.md index b1f8d37bcf124..b3480ddaa251d 100644 --- a/content/en/docs/setup/install/kubernetes/index.md +++ b/content/en/docs/setup/install/kubernetes/index.md @@ -29,13 +29,6 @@ requirements. 1. [Download the Istio release](/docs/setup/#downloading-the-release). - {{< warning >}} - These quick-start instructions will not work with a downloaded [istio repository](https://github.com/istio/istio) - because the pregenerated yaml files, `istio-demo.yaml` and `istio-demo-auth.yaml`, are only available in - [release images](https://github.com/istio/istio/releases). If you want to work with the latest Istio codebase, - refer to the [developer wiki](https://github.com/istio/istio/wiki) for instructions. - {{< /warning >}} - 1. Perform any necessary [platform-specific setup](/docs/setup/platform-setup/). 1. Check the [Requirements for Pods and Services](/docs/setup/additional-setup/requirements/). From 0d80f88bb8dec840d9b2e97c59070897dc85f450 Mon Sep 17 00:00:00 2001 From: Ram Vennam Date: Thu, 19 Sep 2019 17:51:52 -0400 Subject: [PATCH 2/2] footer --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 2ce589f55f113..f7eb06e43626e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,7 +8,7 @@ {{- end -}} {{- if not .Site.Data.args.archive_landing -}} - + download {{ partial "icon.html" "download" }}