From 2dbab924ba89a82f195135aecd5f7bfaf06d4546 Mon Sep 17 00:00:00 2001 From: Nick Veitch Date: Sun, 18 Aug 2024 16:38:37 +0100 Subject: [PATCH] Fix wording in hazelcast-platform-operator-expose-externally.adoc --- .../pages/hazelcast-platform-operator-expose-externally.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/hazelcast-platform-operator-expose-externally.adoc b/docs/modules/ROOT/pages/hazelcast-platform-operator-expose-externally.adoc index 4cee9a6..3009c1b 100644 --- a/docs/modules/ROOT/pages/hazelcast-platform-operator-expose-externally.adoc +++ b/docs/modules/ROOT/pages/hazelcast-platform-operator-expose-externally.adoc @@ -27,7 +27,7 @@ Create a secret with your link:http://trialrequest.hazelcast.com/[Hazelcast Ente kubectl create secret generic hazelcast-license-key --from-literal=license-key= ---- -NOTE: Starting with version 5.13, Hazelcast Platform Operator only supports Hazelcast Enterprise cluster creation. Even the feature can be used in Hazelcast Open Source clusters, Hazelcast Platform Operator requires license key to run a cluster. +NOTE: Starting with version 5.13, Hazelcast Platform Operator only supports cluster creation with Hazelcast Enterprise. Even though the feature can be used in Hazelcast Open Source clusters, Hazelcast Platform Operator requires a valid license key to create a cluster. WARNING: This tutorial uses LoadBalancer services to connect to Hazelcast from outside of the Kubernetes cluster. Therefore, it is essential to ensure that your Kubernetes cluster can assign public IPs to LoadBalancer services. This is particularly important if you are using a local Kubernetes cluster such as Minikube or Kind.