From 57f4ce6d2ca8b1a84233576193923c0d2ab59d62 Mon Sep 17 00:00:00 2001 From: Semih Buyukgungor Date: Fri, 24 May 2024 13:19:47 +0300 Subject: [PATCH] [CN-1194] Add warning on expose externally in Istio setup (#207) * add warning * update to important label --- docs/modules/ROOT/pages/connect-outside-kubernetes.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/connect-outside-kubernetes.adoc b/docs/modules/ROOT/pages/connect-outside-kubernetes.adoc index 5fb87754..5e36aff1 100644 --- a/docs/modules/ROOT/pages/connect-outside-kubernetes.adoc +++ b/docs/modules/ROOT/pages/connect-outside-kubernetes.adoc @@ -39,7 +39,11 @@ If you use AKS, consider the following: == Configuring `exposeExternally` -To allow connections from clients, you need to configure the `exposeExternally` field, of the Hazelcast custom resource. This field has the following properties: +To allow connections from clients, you need to configure the `exposeExternally` field, of the Hazelcast custom resource. + +IMPORTANT: If using Istio, you cannot use `exposeExternally`. + +This field has the following properties: [cols="20%m,80%a"] |===