Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system-charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
system-charts
Commits
b974093f
Commit
b974093f
authored
Aug 15, 2019
by
Guangbo Chen
Committed by
Craig Jellick
Aug 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump istio to 1.2.4
parent
11a60b88
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
171 additions
and
60 deletions
+171
-60
Chart.yaml
charts/rancher-istio/0.0.2/Chart.yaml
+1
-1
deployment.yaml
...-istio/0.0.2/charts/certmanager/templates/deployment.yaml
+4
-3
deployment.yaml
...ncher-istio/0.0.2/charts/galley/templates/deployment.yaml
+5
-2
deployment.yaml
...her-istio/0.0.2/charts/gateways/templates/deployment.yaml
+9
-2
create-custom-resources-job.yaml
...charts/grafana/templates/create-custom-resources-job.yaml
+7
-0
deployment.yaml
...cher-istio/0.0.2/charts/grafana/templates/deployment.yaml
+5
-2
test-grafana-connection.yaml
...arts/grafana/templates/tests/test-grafana-connection.yaml
+7
-0
crd-10.yaml
...s/rancher-istio/0.0.2/charts/istio-init/files/crd-10.yaml
+0
-21
deployment.yaml
...istio/0.0.2/charts/istiocoredns/templates/deployment.yaml
+5
-2
deployment.yaml
...ancher-istio/0.0.2/charts/kiali/templates/deployment.yaml
+7
-0
test-kiali-connection.yaml
...2/charts/kiali/templates/tests/test-kiali-connection.yaml
+7
-0
values.yaml
charts/rancher-istio/0.0.2/charts/kiali/values.yaml
+1
-0
deployment.yaml
...ancher-istio/0.0.2/charts/mixer/templates/deployment.yaml
+10
-4
daemonset.yaml
...her-istio/0.0.2/charts/nodeagent/templates/daemonset.yaml
+8
-4
deployment.yaml
...ancher-istio/0.0.2/charts/pilot/templates/deployment.yaml
+5
-2
deployment.yaml
...r-istio/0.0.2/charts/prometheus/templates/deployment.yaml
+5
-2
test-prometheus-connection.yaml
...rometheus/templates/tests/test-prometheus-connection.yaml
+7
-0
cleanup-secrets.yaml
...stio/0.0.2/charts/security/templates/cleanup-secrets.yaml
+7
-0
create-custom-resources-job.yaml
...harts/security/templates/create-custom-resources-job.yaml
+7
-0
deployment.yaml
...her-istio/0.0.2/charts/security/templates/deployment.yaml
+12
-4
test-citadel-connection.yaml
...rts/security/templates/tests/test-citadel-connection.yaml
+7
-0
values.yaml
charts/rancher-istio/0.0.2/charts/security/values.yaml
+3
-0
deployment.yaml
...2/charts/sidecarInjectorWebhook/templates/deployment.yaml
+7
-0
values.yaml
...her-istio/0.0.2/charts/sidecarInjectorWebhook/values.yaml
+1
-0
deployment-jaeger.yaml
...tio/0.0.2/charts/tracing/templates/deployment-jaeger.yaml
+7
-0
deployment-zipkin.yaml
...tio/0.0.2/charts/tracing/templates/deployment-zipkin.yaml
+7
-0
values.yaml
charts/rancher-istio/0.0.2/charts/tracing/values.yaml
+1
-0
questions.yml
charts/rancher-istio/0.0.2/questions.yml
+1
-1
values.yaml
charts/rancher-istio/0.0.2/values.yaml
+18
-10
No files found.
charts/rancher-istio/0.0.2/Chart.yaml
View file @
b974093f
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/
...
...
charts/rancher-istio/0.0.2/charts/certmanager/templates/deployment.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/galley/templates/deployment.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/gateways/templates/deployment.yaml
View file @
b974093f
...
@@ -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
}}
...
...
charts/rancher-istio/0.0.2/charts/grafana/templates/create-custom-resources-job.yaml
View file @
b974093f
...
@@ -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 -
}}
charts/rancher-istio/0.0.2/charts/grafana/templates/deployment.yaml
View file @
b974093f
...
@@ -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
:
...
...
charts/rancher-istio/0.0.2/charts/grafana/templates/tests/test-grafana-connection.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/istio-init/files/crd-10.yaml
View file @
b974093f
...
@@ -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
...
...
charts/rancher-istio/0.0.2/charts/istiocoredns/templates/deployment.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/kiali/templates/deployment.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/kiali/templates/tests/test-kiali-connection.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/kiali/values.yaml
View file @
b974093f
...
@@ -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
...
...
charts/rancher-istio/0.0.2/charts/mixer/templates/deployment.yaml
View file @
b974093f
...
@@ -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 }}"
...
...
charts/rancher-istio/0.0.2/charts/nodeagent/templates/daemonset.yaml
View file @
b974093f
...
@@ -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
charts/rancher-istio/0.0.2/charts/pilot/templates/deployment.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/prometheus/templates/deployment.yaml
View file @
b974093f
...
@@ -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 -
}}
charts/rancher-istio/0.0.2/charts/prometheus/templates/tests/test-prometheus-connection.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/security/templates/cleanup-secrets.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/security/templates/create-custom-resources-job.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/security/templates/deployment.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/security/templates/tests/test-citadel-connection.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/security/values.yaml
View file @
b974093f
...
@@ -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
...
...
charts/rancher-istio/0.0.2/charts/sidecarInjectorWebhook/templates/deployment.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/sidecarInjectorWebhook/values.yaml
View file @
b974093f
...
@@ -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
...
...
charts/rancher-istio/0.0.2/charts/tracing/templates/deployment-jaeger.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/tracing/templates/deployment-zipkin.yaml
View file @
b974093f
...
@@ -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
}}
charts/rancher-istio/0.0.2/charts/tracing/values.yaml
View file @
b974093f
...
@@ -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
...
...
charts/rancher-istio/0.0.2/questions.yml
View file @
b974093f
labels
:
labels
:
rancher.istio.v0.0.2
:
1.2.
0
rancher.istio.v0.0.2
:
1.2.
4
charts/rancher-istio/0.0.2/values.yaml
View file @
b974093f
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment