Commit b974093f by Guangbo Chen Committed by Craig Jellick

Bump istio to 1.2.4

parent 11a60b88
apiVersion: v1 apiVersion: v1
name: rancher-istio name: rancher-istio
version: 0.0.2 version: 0.0.2
appVersion: 1.2.0 appVersion: 1.2.4
tillerVersion: ">=2.7.2-0" tillerVersion: ">=2.7.2-0"
description: Helm chart for all istio components description: Helm chart for all istio components
home: https://istio.io/ home: https://istio.io/
......
...@@ -54,7 +54,6 @@ spec: ...@@ -54,7 +54,6 @@ spec:
fieldPath: metadata.namespace fieldPath: metadata.namespace
resources: resources:
{{ toYaml .Values.resources | indent 10 }} {{ toYaml .Values.resources | indent 10 }}
{{- if .Values.podDnsPolicy }} {{- if .Values.podDnsPolicy }}
dnsPolicy: {{ .Values.podDnsPolicy }} dnsPolicy: {{ .Values.podDnsPolicy }}
{{- end }} {{- end }}
...@@ -68,4 +67,7 @@ spec: ...@@ -68,4 +67,7 @@ spec:
{{- if .Values.tolerations }} {{- if .Values.tolerations }}
tolerations: tolerations:
{{ toYaml .Values.tolerations | indent 6 }} {{ toYaml .Values.tolerations | indent 6 }}
{{- end }} {{- else if .Values.global.defaultTolerations }}
\ No newline at end of file tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
...@@ -111,7 +111,10 @@ spec: ...@@ -111,7 +111,10 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }} {{- if .Values.tolerations }}
tolerations: tolerations:
{{ toYaml .Values.tolerations | indent 6 }} {{ toYaml .Values.tolerations | indent 6 }}
{{- end }} {{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
...@@ -156,6 +156,10 @@ spec: ...@@ -156,6 +156,10 @@ spec:
{{- else }} {{- else }}
- istio-pilot:15010 - istio-pilot:15010
{{- end }} {{- end }}
{{- if $spec.applicationPorts }}
- --applicationPorts
- "{{ $spec.applicationPorts }}"
{{- end }}
{{- end }} {{- end }}
{{- if $.Values.global.trustDomain }} {{- if $.Values.global.trustDomain }}
- --trust-domain={{ $.Values.global.trustDomain }} - --trust-domain={{ $.Values.global.trustDomain }}
...@@ -290,10 +294,13 @@ spec: ...@@ -290,10 +294,13 @@ spec:
affinity: affinity:
{{- include "gatewaynodeaffinity" (dict "root" $ "nodeSelector" $spec.nodeSelector) | indent 6 }} {{- include "gatewaynodeaffinity" (dict "root" $ "nodeSelector" $spec.nodeSelector) | indent 6 }}
{{- include "gatewaypodAntiAffinity" (dict "podAntiAffinityLabelSelector" $spec.podAntiAffinityLabelSelector "podAntiAffinityTermLabelSelector" $spec.podAntiAffinityTermLabelSelector) | indent 6 }} {{- include "gatewaypodAntiAffinity" (dict "podAntiAffinityLabelSelector" $spec.podAntiAffinityLabelSelector "podAntiAffinityTermLabelSelector" $spec.podAntiAffinityTermLabelSelector) | indent 6 }}
{{- if $spec.tolerations }} {{- if $spec.tolerations }}
tolerations: tolerations:
{{ toYaml $spec.tolerations | indent 6 }} {{ toYaml $spec.tolerations | indent 6 }}
{{- end }} {{- else if $.Values.global.defaultTolerations }}
tolerations:
{{ toYaml $.Values.global.defaultTolerations | indent 6 }}
{{- end }}
--- ---
{{- end }} {{- end }}
{{- end }} {{- end }}
......
...@@ -93,4 +93,11 @@ spec: ...@@ -93,4 +93,11 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 6 }}
{{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
{{- end -}} {{- end -}}
...@@ -120,10 +120,13 @@ spec: ...@@ -120,10 +120,13 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }} {{- if .Values.tolerations }}
tolerations: tolerations:
{{ toYaml .Values.tolerations | indent 6 }} {{ toYaml .Values.tolerations | indent 6 }}
{{- end }} {{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
volumes: volumes:
- name: config - name: config
configMap: configMap:
......
...@@ -27,4 +27,11 @@ spec: ...@@ -27,4 +27,11 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 4 }} {{- include "nodeaffinity" . | indent 4 }}
{{- include "podAntiAffinity" . | indent 4 }} {{- include "podAntiAffinity" . | indent 4 }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 2 }}
{{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 2 }}
{{- end }}
{{- end }} {{- end }}
...@@ -152,27 +152,6 @@ spec: ...@@ -152,27 +152,6 @@ spec:
apiVersion: apiextensions.k8s.io/v1beta1 apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition kind: CustomResourceDefinition
metadata: metadata:
name: sidecars.networking.istio.io
labels:
app: istio-pilot
chart: istio
heritage: Tiller
release: istio
spec:
group: networking.istio.io
names:
kind: Sidecar
plural: sidecars
singular: sidecar
categories:
- istio-io
- networking-istio-io
scope: Namespaced
version: v1alpha3
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: envoyfilters.networking.istio.io name: envoyfilters.networking.istio.io
labels: labels:
app: istio-pilot app: istio-pilot
......
...@@ -87,7 +87,10 @@ spec: ...@@ -87,7 +87,10 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }} {{- if .Values.tolerations }}
tolerations: tolerations:
{{ toYaml .Values.tolerations | indent 6 }} {{ toYaml .Values.tolerations | indent 6 }}
{{- end }} {{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
...@@ -111,3 +111,10 @@ spec: ...@@ -111,3 +111,10 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 6 }}
{{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
...@@ -27,4 +27,11 @@ spec: ...@@ -27,4 +27,11 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 4 }} {{- include "nodeaffinity" . | indent 4 }}
{{- include "podAntiAffinity" . | indent 4 }} {{- include "podAntiAffinity" . | indent 4 }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 2 }}
{{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 2 }}
{{- end }}
{{- end }} {{- end }}
...@@ -5,6 +5,7 @@ enabled: false # Note that if using the demo or demo-auth yaml when installing v ...@@ -5,6 +5,7 @@ enabled: false # Note that if using the demo or demo-auth yaml when installing v
replicaCount: 1 replicaCount: 1
contextPath: / contextPath: /
nodeSelector: {} nodeSelector: {}
tolerations: []
# Specify the pod anti-affinity that allows you to constrain which nodes # Specify the pod anti-affinity that allows you to constrain which nodes
# your pod is eligible to be scheduled based on labels on pods that are # your pod is eligible to be scheduled based on labels on pods that are
......
...@@ -32,10 +32,13 @@ ...@@ -32,10 +32,13 @@
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }} {{- if .Values.tolerations }}
tolerations: tolerations:
{{ toYaml .Values.tolerations | indent 6 }} {{ toYaml .Values.tolerations | indent 6 }}
{{- end }} {{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
containers: containers:
- name: mixer - name: mixer
image: "{{ template "system_default_registry" . }}{{ $.Values.repository }}:{{ $.Values.tag }}" image: "{{ template "system_default_registry" . }}{{ $.Values.repository }}:{{ $.Values.tag }}"
...@@ -204,10 +207,13 @@ ...@@ -204,10 +207,13 @@
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }} {{- if .Values.tolerations }}
tolerations: tolerations:
{{ toYaml .Values.tolerations | indent 6 }} {{ toYaml .Values.tolerations | indent 6 }}
{{- end }} {{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
containers: containers:
- name: mixer - name: mixer
image: "{{ template "system_default_registry" . }}{{ $.Values.repository }}:{{ $.Values.tag }}" image: "{{ template "system_default_registry" . }}{{ $.Values.repository }}:{{ $.Values.tag }}"
......
...@@ -51,8 +51,12 @@ spec: ...@@ -51,8 +51,12 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }}
{{- if .Values.tolerations }}
tolerations: tolerations:
{{ toYaml .Values.tolerations | indent 6 }} {{ toYaml .Values.tolerations | indent 6 }}
{{- end }} {{- else if .Values.global.defaultTolerations }}
\ No newline at end of file tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
updateStrategy:
type: RollingUpdate
\ No newline at end of file
...@@ -208,7 +208,10 @@ spec: ...@@ -208,7 +208,10 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }} {{- if .Values.tolerations }}
tolerations: tolerations:
{{ toYaml .Values.tolerations | indent 6 }} {{ toYaml .Values.tolerations | indent 6 }}
{{- end }} {{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
...@@ -100,8 +100,11 @@ spec: ...@@ -100,8 +100,11 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }} {{- if .Values.tolerations }}
tolerations: tolerations:
{{ toYaml .Values.tolerations | indent 6 }} {{ toYaml .Values.tolerations | indent 6 }}
{{- end }} {{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
{{- end -}} {{- end -}}
...@@ -26,4 +26,11 @@ spec: ...@@ -26,4 +26,11 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 4 }} {{- include "nodeaffinity" . | indent 4 }}
{{- include "podAntiAffinity" . | indent 4 }} {{- include "podAntiAffinity" . | indent 4 }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 2 }}
{{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 2 }}
{{- end }}
{{- end }} {{- end }}
...@@ -116,3 +116,10 @@ spec: ...@@ -116,3 +116,10 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 6 }}
{{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
...@@ -91,4 +91,11 @@ spec: ...@@ -91,4 +91,11 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 6 }}
{{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
{{- end }} {{- end }}
...@@ -11,7 +11,7 @@ metadata: ...@@ -11,7 +11,7 @@ metadata:
release: {{ .Release.Name }} release: {{ .Release.Name }}
istio: citadel istio: citadel
spec: spec:
replicas: 1 replicas: {{ .Values.replicaCount }}
selector: selector:
matchLabels: matchLabels:
istio: citadel istio: citadel
...@@ -39,6 +39,9 @@ spec: ...@@ -39,6 +39,9 @@ spec:
image: "{{ template "system_default_registry" . }}{{ .Values.repository }}:{{ .Values.tag }}" image: "{{ template "system_default_registry" . }}{{ .Values.repository }}:{{ .Values.tag }}"
imagePullPolicy: {{ .Values.global.imagePullPolicy }} imagePullPolicy: {{ .Values.global.imagePullPolicy }}
args: args:
{{- if .Values.global.sds.enabled }}
- --sds-enabled=true
{{- end }}
- --append-dns-names=true - --append-dns-names=true
- --grpc-port=8060 - --grpc-port=8060
- --citadel-storage-namespace={{ .Release.Namespace }} - --citadel-storage-namespace={{ .Release.Namespace }}
...@@ -56,6 +59,9 @@ spec: ...@@ -56,6 +59,9 @@ spec:
{{- if .Values.global.trustDomain }} {{- if .Values.global.trustDomain }}
- --trust-domain={{ .Values.global.trustDomain }} - --trust-domain={{ .Values.global.trustDomain }}
{{- end }} {{- end }}
{{- if .Values.workloadCertTtl }}
- --workload-cert-ttl={{ .Values.workloadCertTtl }}
{{- end }}
{{- if .Values.citadelHealthCheck }} {{- if .Values.citadelHealthCheck }}
- --liveness-probe-path=/tmp/ca.liveness # path to the liveness health check status file - --liveness-probe-path=/tmp/ca.liveness # path to the liveness health check status file
- --liveness-probe-interval=60s # interval for health check file update - --liveness-probe-interval=60s # interval for health check file update
...@@ -92,7 +98,10 @@ spec: ...@@ -92,7 +98,10 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }} {{- if .Values.tolerations }}
tolerations: tolerations:
{{ toYaml .Values.tolerations | indent 6 }} {{ toYaml .Values.tolerations | indent 6 }}
{{- end }} {{- else if .Values.global.defaultTolerations }}
\ No newline at end of file tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
...@@ -26,4 +26,11 @@ spec: ...@@ -26,4 +26,11 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 4 }} {{- include "nodeaffinity" . | indent 4 }}
{{- include "podAntiAffinity" . | indent 4 }} {{- include "podAntiAffinity" . | indent 4 }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 2 }}
{{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 2 }}
{{- end }}
{{- end }} {{- end }}
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# security configuration # security configuration
# #
enabled: true enabled: true
replicaCount: 1
selfSigned: true # indicate if self-signed CA is used. selfSigned: true # indicate if self-signed CA is used.
createMeshPolicy: true createMeshPolicy: true
nodeSelector: {} nodeSelector: {}
...@@ -9,6 +10,8 @@ tolerations: [] ...@@ -9,6 +10,8 @@ tolerations: []
# Enable health checking on the Citadel CSR signing API. # Enable health checking on the Citadel CSR signing API.
# https://istio.io/docs/tasks/security/health-check/ # https://istio.io/docs/tasks/security/health-check/
citadelHealthCheck: false citadelHealthCheck: false
# 90*24hour = 2160h
workloadCertTtl: 2160h
# Specify the pod anti-affinity that allows you to constrain which nodes # Specify the pod anti-affinity that allows you to constrain which nodes
# your pod is eligible to be scheduled based on labels on pods that are # your pod is eligible to be scheduled based on labels on pods that are
......
...@@ -97,3 +97,10 @@ spec: ...@@ -97,3 +97,10 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 6 }}
{{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
...@@ -5,6 +5,7 @@ enabled: true ...@@ -5,6 +5,7 @@ enabled: true
replicaCount: 1 replicaCount: 1
enableNamespacesByDefault: false enableNamespacesByDefault: false
nodeSelector: {} nodeSelector: {}
tolerations: []
# Specify the pod anti-affinity that allows you to constrain which nodes # Specify the pod anti-affinity that allows you to constrain which nodes
# your pod is eligible to be scheduled based on labels on pods that are # your pod is eligible to be scheduled based on labels on pods that are
......
...@@ -109,4 +109,11 @@ spec: ...@@ -109,4 +109,11 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 6 }}
{{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
{{ end }} {{ end }}
...@@ -99,4 +99,11 @@ spec: ...@@ -99,4 +99,11 @@ spec:
affinity: affinity:
{{- include "nodeaffinity" . | indent 6 }} {{- include "nodeaffinity" . | indent 6 }}
{{- include "podAntiAffinity" . | indent 6 }} {{- include "podAntiAffinity" . | indent 6 }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 6 }}
{{- else if .Values.global.defaultTolerations }}
tolerations:
{{ toYaml .Values.global.defaultTolerations | indent 6 }}
{{- end }}
{{ end }} {{ end }}
...@@ -5,6 +5,7 @@ enabled: false ...@@ -5,6 +5,7 @@ enabled: false
provider: jaeger provider: jaeger
nodeSelector: {} nodeSelector: {}
tolerations: []
# Specify the pod anti-affinity that allows you to constrain which nodes # Specify the pod anti-affinity that allows you to constrain which nodes
# your pod is eligible to be scheduled based on labels on pods that are # your pod is eligible to be scheduled based on labels on pods that are
......
labels: labels:
rancher.istio.v0.0.2: 1.2.0 rancher.istio.v0.0.2: 1.2.4
...@@ -26,7 +26,7 @@ gateways: ...@@ -26,7 +26,7 @@ gateways:
# #
sidecarInjectorWebhook: sidecarInjectorWebhook:
repository: rancher/istio-sidecar_injector repository: rancher/istio-sidecar_injector
tag: "1.2.0" tag: "1.2.4"
enabled: true enabled: true
# #
...@@ -35,7 +35,7 @@ sidecarInjectorWebhook: ...@@ -35,7 +35,7 @@ sidecarInjectorWebhook:
# #
galley: galley:
repository: rancher/istio-galley repository: rancher/istio-galley
tag: 1.2.0 tag: 1.2.4
enabled: true enabled: true
# #
...@@ -44,7 +44,7 @@ galley: ...@@ -44,7 +44,7 @@ galley:
# @see charts/mixer/values.yaml, it takes precedence # @see charts/mixer/values.yaml, it takes precedence
mixer: mixer:
repository: rancher/istio-mixer repository: rancher/istio-mixer
tag: "1.2.0" tag: "1.2.4"
enabled: true enabled: true
policy: policy:
# if policy is enabled the global.disablePolicyChecks has affect. # if policy is enabled the global.disablePolicyChecks has affect.
...@@ -58,7 +58,7 @@ mixer: ...@@ -58,7 +58,7 @@ mixer:
# @see charts/pilot/values.yaml # @see charts/pilot/values.yaml
pilot: pilot:
repository: rancher/istio-pilot repository: rancher/istio-pilot
tag: "1.2.0" tag: "1.2.4"
enabled: true enabled: true
# #
...@@ -66,7 +66,7 @@ pilot: ...@@ -66,7 +66,7 @@ pilot:
# #
security: security:
repository: rancher/istio-citadel repository: rancher/istio-citadel
tag: "1.2.0" tag: "1.2.4"
enabled: true enabled: true
# #
...@@ -160,7 +160,7 @@ global: ...@@ -160,7 +160,7 @@ global:
# Default tag for Istio images. # Default tag for Istio images.
# tag: release-1.1-latest-daily # tag: release-1.1-latest-daily
tag: 1.2.0 tag: 1.2.4
# Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level> # Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>
# The control plane has different scopes depending on component, but can configure default log level across all components # The control plane has different scopes depending on component, but can configure default log level across all components
...@@ -170,7 +170,7 @@ global: ...@@ -170,7 +170,7 @@ global:
kubectl: kubectl:
repository: rancher/istio-kubectl repository: rancher/istio-kubectl
tag: 1.2.0 tag: 1.2.4
# monitoring port used by mixer, pilot, galley # monitoring port used by mixer, pilot, galley
monitoringPort: 15014 monitoringPort: 15014
...@@ -194,7 +194,7 @@ global: ...@@ -194,7 +194,7 @@ global:
proxy: proxy:
repository: rancher/istio-proxyv2 repository: rancher/istio-proxyv2
tag: 1.2.0 tag: 1.2.4
# cluster domain. Default value is "cluster.local". # cluster domain. Default value is "cluster.local".
clusterDomain: "cluster.local" clusterDomain: "cluster.local"
...@@ -308,7 +308,7 @@ global: ...@@ -308,7 +308,7 @@ global:
proxy_init: proxy_init:
# Base name for the proxy_init container, used to configure iptables. # Base name for the proxy_init container, used to configure iptables.
repository: rancher/istio-proxy_init repository: rancher/istio-proxy_init
tag: "1.2.0" tag: "1.2.4"
# imagePullPolicy is applied to istio control plane components. # imagePullPolicy is applied to istio control plane components.
# local tests require IfNotPresent, to avoid uploading to dockerhub. # local tests require IfNotPresent, to avoid uploading to dockerhub.
...@@ -389,6 +389,14 @@ global: ...@@ -389,6 +389,14 @@ global:
# the desired values. # the desired values.
defaultNodeSelector: {} defaultNodeSelector: {}
# Default node tolerations to be applied to all deployments so that all pods can be
# scheduled to a particular nodes with matching taints. Each component can overwrite
# these default values by adding its tolerations block in the relevant section below
# and setting the desired values.
# Configure this field in case that all pods of Istio control plane are expected to
# be scheduled to particular nodes with specified taints.
defaultTolerations: []
# Whether to perform server-side validation of configuration. # Whether to perform server-side validation of configuration.
configValidation: true configValidation: true
...@@ -483,7 +491,7 @@ global: ...@@ -483,7 +491,7 @@ global:
nodeAgent: nodeAgent:
repository: rancher/istio-node-agent-k8s repository: rancher/istio-node-agent-k8s
tag: "1.2.0" tag: "1.2.4"
sds: sds:
# SDS enabled. IF set to true, mTLS certificates for the sidecars will be # SDS enabled. IF set to true, mTLS certificates for the sidecars will be
# distributed through the SecretDiscoveryService instead of using K8S secrets to mount the certificates. # distributed through the SecretDiscoveryService instead of using K8S secrets to mount the certificates.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment