Skip to content

Commit 3cf131d

Browse files
committed
Updates for Istio 1.24
1 parent 376f204 commit 3cf131d

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

config/recipes/istio-gateway/README.asciidoc

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,14 @@ NOTE: These manifests were tested with ECK 1.0.1, Istio 1.5.0, and Kubernetes 1.
1212

1313
== Prerequisites
1414

15-
- Install Istio with the Secret Discovery Service (SDS) enabled
15+
- Install Istio with ingress gateway enabled (default profile) and for demonstration purposes we enable proxy logging
1616
+
1717
[source,sh]
1818
----
19-
istioctl manifest generate \
20-
--set values.global.mtls.enabled=true \
21-
--set values.global.sds.enabled=true \
22-
--set values.kiali.enabled=true \
23-
--set values.global.proxy.accessLogFile="/dev/stdout" \
24-
--set values.gateways.istio-egressgateway.enabled=false \
25-
--set values.gateways.istio-ingressgateway.sds.enabled=true | kubectl apply -f -
19+
istioctl install --set meshConfig.accessLogFile=/dev/stdout
2620
----
21+
22+
2723
- Install ECK with the Istio sidecar. See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-service-mesh-istio.html
2824
- Enforce mTLS
2925
+
@@ -118,7 +114,7 @@ Send a request to Elasticsearch
118114
----
119115
curl -k \
120116
--resolve "elasticsearch.ekmnt:$SECURE_INGRESS_PORT:$INGRESS_HOST" \
121-
-u "elastic:$ELASTICSEARCH_PASSWORD" \
117+
-u "elastic:$ELASTIC_PASSWORD" \
122118
"https://elasticsearch.ekmnt:$SECURE_INGRESS_PORT/_cat/health?v"
123119
----
124120

docs/advanced-topics/service-meshes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ link:https://www.elastic.co/guide/en/cloud-on-k8s/master/k8s-{page_id}.html[View
55
****
66
endif::[]
77

8-
:istio_version: 1.6.1
8+
:istio_version: 1.24.3
99
:linkerd_version: 2.7.0
1010

1111
[id="{p}-{page_id}"]

0 commit comments

Comments
 (0)