Skip to content

Commit

Permalink
This introduces the latest installer.sha (istio#650)
Browse files Browse the repository at this point in the history
This should resolve the jaeger regression around ports. Additionally
other features have been added to the installer.

Fixes: istio#19227
  • Loading branch information
Steven Dake authored and istio-testing committed Dec 2, 2019
1 parent 10f8628 commit 7e29d92
Show file tree
Hide file tree
Showing 18 changed files with 375 additions and 297 deletions.
12 changes: 6 additions & 6 deletions cmd/mesh/testdata/manifest-generate/output/all_off.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5823,31 +5823,31 @@ spec:
- key: beta.kubernetes.io/arch
operator: In
values:
- amd64
- ppc64le
- s390x
- "amd64"
- "ppc64le"
- "s390x"
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- amd64
- "amd64"
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- ppc64le
- "ppc64le"
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- s390x
- "s390x"
---


Expand Down
25 changes: 18 additions & 7 deletions cmd/mesh/testdata/manifest-generate/output/all_on.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5715,6 +5715,7 @@ data:
config:
codec_type: HTTP2
stat_prefix: "15010"
stream_idle_timeout: 0s
http2_protocol_options:
max_concurrent_streams: 1073741824
Expand Down Expand Up @@ -7289,6 +7290,9 @@ rules:
- "certificatesigningrequests/approval"
- "certificatesigningrequests/status"
verbs: ["update", "create", "get", "delete"]
- apiGroups: ["discovery.k8s.io"]
resources: ["endpointslices"]
verbs: ["get", "list", "watch"]
---


Expand Down Expand Up @@ -7393,6 +7397,7 @@ data:
config:
codec_type: HTTP2
stat_prefix: "15011"
stream_idle_timeout: 0s
http2_protocol_options:
max_concurrent_streams: 1073741824
Expand Down Expand Up @@ -7451,6 +7456,7 @@ data:
config:
codec_type: HTTP2
stat_prefix: "15019"
stream_idle_timeout: 0s
http2_protocol_options:
max_concurrent_streams: 1073741824
Expand Down Expand Up @@ -7500,8 +7506,11 @@ data:
autoscaleMin: 1
configMap: true
configNamespace: istio-config
configSource:
subscribedResources: []
cpu:
targetAverageUtilization: 80
deploymentLabels: {}
enableProtocolSniffingForInbound: false
enableProtocolSniffingForOutbound: true
enabled: true
Expand All @@ -7511,6 +7520,7 @@ data:
ingressClass: istio
ingressControllerMode: "OFF"
ingressService: istio-ingressgateway
jwksResolverExtraRootCA: ""
keepaliveMaxServerConnectionAge: 30m
meshNetworks:
networks: {}
Expand Down Expand Up @@ -7595,7 +7605,7 @@ data:
# server side mTLS authentication policy, when destination rule for that service does not specify
# TLS settings.
enableAutoMtls: true
config_sources:
configSources:
- address: localhost:15019
outboundTrafficPolicy:
Expand Down Expand Up @@ -8594,31 +8604,31 @@ spec:
- key: beta.kubernetes.io/arch
operator: In
values:
- amd64
- ppc64le
- s390x
- "amd64"
- "ppc64le"
- "s390x"
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- amd64
- "amd64"
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- ppc64le
- "ppc64le"
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- s390x
- "s390x"
---


Expand Down Expand Up @@ -9879,6 +9889,7 @@ data:
config:
codec_type: HTTP2
stat_prefix: "15019"
stream_idle_timeout: 0s
http2_protocol_options:
max_concurrent_streams: 1073741824
Expand Down
12 changes: 6 additions & 6 deletions cmd/mesh/testdata/manifest-generate/output/flag_force.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5823,31 +5823,31 @@ spec:
- key: beta.kubernetes.io/arch
operator: In
values:
- amd64
- ppc64le
- s390x
- "amd64"
- "ppc64le"
- "s390x"
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- amd64
- "amd64"
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- ppc64le
- "ppc64le"
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- s390x
- "s390x"
---


Expand Down
12 changes: 6 additions & 6 deletions cmd/mesh/testdata/manifest-generate/output/flag_output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5821,31 +5821,31 @@ spec:
- key: beta.kubernetes.io/arch
operator: In
values:
- amd64
- ppc64le
- s390x
- "amd64"
- "ppc64le"
- "s390x"
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- amd64
- "amd64"
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- ppc64le
- "ppc64le"
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- s390x
- "s390x"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5501,6 +5501,9 @@ rules:
- "certificatesigningrequests/approval"
- "certificatesigningrequests/status"
verbs: ["update", "create", "get", "delete"]
- apiGroups: ["discovery.k8s.io"]
resources: ["endpointslices"]
verbs: ["get", "list", "watch"]
---


Expand Down Expand Up @@ -5605,6 +5608,7 @@ data:
config:
codec_type: HTTP2
stat_prefix: "15011"
stream_idle_timeout: 0s
http2_protocol_options:
max_concurrent_streams: 1073741824
Expand Down Expand Up @@ -5663,6 +5667,7 @@ data:
config:
codec_type: HTTP2
stat_prefix: "15019"
stream_idle_timeout: 0s
http2_protocol_options:
max_concurrent_streams: 1073741824
Expand Down Expand Up @@ -5712,8 +5717,11 @@ data:
autoscaleMin: 1
configMap: true
configNamespace: istio-config
configSource:
subscribedResources: []
cpu:
targetAverageUtilization: 80
deploymentLabels: {}
enableProtocolSniffingForInbound: false
enableProtocolSniffingForOutbound: true
enabled: true
Expand All @@ -5723,6 +5731,7 @@ data:
ingressClass: istio
ingressControllerMode: "OFF"
ingressService: istio-ingressgateway
jwksResolverExtraRootCA: ""
keepaliveMaxServerConnectionAge: 30m
meshNetworks:
networks: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5713,6 +5713,7 @@ data:
config:
codec_type: HTTP2
stat_prefix: "15010"
stream_idle_timeout: 0s
http2_protocol_options:
max_concurrent_streams: 1073741824
Expand Down Expand Up @@ -7287,6 +7288,9 @@ rules:
- "certificatesigningrequests/approval"
- "certificatesigningrequests/status"
verbs: ["update", "create", "get", "delete"]
- apiGroups: ["discovery.k8s.io"]
resources: ["endpointslices"]
verbs: ["get", "list", "watch"]
---


Expand Down Expand Up @@ -7391,6 +7395,7 @@ data:
config:
codec_type: HTTP2
stat_prefix: "15011"
stream_idle_timeout: 0s
http2_protocol_options:
max_concurrent_streams: 1073741824
Expand Down Expand Up @@ -7449,6 +7454,7 @@ data:
config:
codec_type: HTTP2
stat_prefix: "15019"
stream_idle_timeout: 0s
http2_protocol_options:
max_concurrent_streams: 1073741824
Expand Down Expand Up @@ -7498,8 +7504,11 @@ data:
autoscaleMin: 1
configMap: true
configNamespace: istio-config
configSource:
subscribedResources: []
cpu:
targetAverageUtilization: 80
deploymentLabels: {}
enableProtocolSniffingForInbound: false
enableProtocolSniffingForOutbound: true
enabled: true
Expand All @@ -7509,6 +7518,7 @@ data:
ingressClass: istio
ingressControllerMode: "OFF"
ingressService: istio-ingressgateway
jwksResolverExtraRootCA: ""
keepaliveMaxServerConnectionAge: 30m
meshNetworks:
networks: {}
Expand Down Expand Up @@ -7593,7 +7603,7 @@ data:
# server side mTLS authentication policy, when destination rule for that service does not specify
# TLS settings.
enableAutoMtls: true
config_sources:
configSources:
- address: localhost:15019
outboundTrafficPolicy:
Expand Down Expand Up @@ -8592,31 +8602,31 @@ spec:
- key: beta.kubernetes.io/arch
operator: In
values:
- amd64
- ppc64le
- s390x
- "amd64"
- "ppc64le"
- "s390x"
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- amd64
- "amd64"
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- ppc64le
- "ppc64le"
- weight: 2
preference:
matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- s390x
- "s390x"
---


Expand Down Expand Up @@ -9877,6 +9887,7 @@ data:
config:
codec_type: HTTP2
stat_prefix: "15019"
stream_idle_timeout: 0s
http2_protocol_options:
max_concurrent_streams: 1073741824
Expand Down
Loading

0 comments on commit 7e29d92

Please sign in to comment.