Browse Source
Merge pull request #2590 from hswong3i/istio-download
Merge pull request #2590 from hswong3i/istio-download
istio: container download related things should defined in the download rolepull/2589/merge
Andreas Krüger
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 80 additions and 30 deletions
Split View
Diff Options
@ -1,32 +1,2 @@ |
|||
--- |
|||
istio_enabled: false |
|||
|
|||
istio_namespace: istio-system |
|||
istio_version: "0.2.6" |
|||
|
|||
istioctl_download_url: "https://storage.googleapis.com/istio-release/releases/{{ istio_version }}/istioctl/istioctl-linux" |
|||
istioctl_checksum: fd703063c540b8c0ab943f478c05ab257d88ae27224c746a27d0526ddbf7c370 |
|||
|
|||
istio_proxy_image_repo: docker.io/istio/proxy |
|||
istio_proxy_image_tag: "{{ istio_version }}" |
|||
|
|||
istio_proxy_init_image_repo: docker.io/istio/proxy_init |
|||
istio_proxy_init_image_tag: "{{ istio_version }}" |
|||
|
|||
istio_ca_image_repo: docker.io/istio/istio-ca |
|||
istio_ca_image_tag: "{{ istio_version }}" |
|||
|
|||
istio_mixer_image_repo: docker.io/istio/mixer |
|||
istio_mixer_image_tag: "{{ istio_version }}" |
|||
|
|||
istio_pilot_image_repo: docker.io/istio/pilot |
|||
istio_pilot_image_tag: "{{ istio_version }}" |
|||
|
|||
istio_proxy_debug_image_repo: docker.io/istio/proxy_debug |
|||
istio_proxy_debug_image_tag: "{{ istio_version }}" |
|||
|
|||
istio_sidecar_initializer_image_repo: docker.io/istio/sidecar_initializer |
|||
istio_sidecar_initializer_image_tag: "{{ istio_version }}" |
|||
|
|||
istio_statsd_image_repo: prom/statsd-exporter |
|||
istio_statsd_image_tag: latest |
Write
Preview
Loading…
Cancel
Save