mirror of https://github.com/istio/istio.io.git
Add redirect for download scripts. (#5687)
This commit is contained in:
parent
78a98b3d20
commit
77a6535313
|
@ -37,7 +37,7 @@ Download the Istio release which includes installation files, samples, and the
|
||||||
extract the latest release automatically:
|
extract the latest release automatically:
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ curl -L https://git.io/getLatestIstio | ISTIO_VERSION={{< istio_full_version >}} sh -
|
$ curl -L https://istio.io/downloadIstio sh -
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
1. Move to the Istio package directory. For example, if the package is
|
1. Move to the Istio package directory. For example, if the package is
|
||||||
|
|
|
@ -40,7 +40,7 @@ Download the Istio release which includes installation files, samples and a comm
|
||||||
extract the latest release automatically:
|
extract the latest release automatically:
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ curl -L https://git.io/getLatestIstio | ISTIO_VERSION={{< istio_full_version >}} sh -
|
$ curl -L https://istio.io/downloadIstio sh -
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
1. Move to the Istio package directory. For example, if the package is
|
1. Move to the Istio package directory. For example, if the package is
|
||||||
|
|
|
@ -24,12 +24,13 @@ https://istio.netlify.com/* https://istio.io/:splat 301!
|
||||||
# Redirect for the helm charts
|
# Redirect for the helm charts
|
||||||
/charts/ https://storage.googleapis.com/istio-release/releases/{{ .Site.Data.args.full_version }}/charts/ 301
|
/charts/ https://storage.googleapis.com/istio-release/releases/{{ .Site.Data.args.full_version }}/charts/ 301
|
||||||
|
|
||||||
# Misc redirects
|
|
||||||
/latest.sh https://raw.githubusercontent.com/istio/istio/master/release/downloadIstioCandidate.sh
|
|
||||||
|
|
||||||
# Redirects for all aliases
|
# Redirects for all aliases
|
||||||
{{- range $p := .Site.Pages -}}
|
{{- range $p := .Site.Pages -}}
|
||||||
{{- range .Aliases }}
|
{{- range .Aliases }}
|
||||||
{{ . | printf "%-35s" }} {{ $p.RelPermalink }}
|
{{ . | printf "%-35s" }} {{ $p.RelPermalink }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
# Download scripts
|
||||||
|
/downloadIstio https://raw.githubusercontent.com/istio/istio/release-{{ .Site.Data.args.version }}/release/downloadIstioCandidate.sh
|
||||||
|
/downloadIstioctl https://raw.githubusercontent.com/istio/istio/release-{{ .Site.Data.args.version }}/release/downloadIstioCtl.sh
|
||||||
|
|
Loading…
Reference in New Issue