Skip to content

Commit

Permalink
[CN-822] Update commands and outputs with HazelcastEndpoint CR
Browse files Browse the repository at this point in the history
  • Loading branch information
semihbkgr authored Oct 9, 2023
2 parents a37bff1 + 86db7c0 commit df8dd23
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions docs/modules/ROOT/pages/hazelcast-platform-operator-tls.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,26 @@ kubectl apply -f - <<EOF
include::ROOT:example$/hazelcast.yaml[]
EOF
----

. Run the following commands to check cluster status
+
. Run the following commands to check cluster status and fetch external IPs of the cluster:
[source, shell]
----
kubectl get hazelcast hazelcast
NAME STATUS MEMBERS
hazelcast Running 3/3
----

. Run the following commands to fetch external addresses of the cluster:
+
[source, shell]
----
kubectl get hazelcasts.hazelcast.com hazelcast
NAME STATUS MEMBERS EXTERNAL-ADDRESSES WAN-ADDRESSES
hazelcast Running 3/3 172.18.254.1:5701 172.18.254.1:5710
kubectl get hazelcastendpoint --selector="app.kubernetes.io/instance=hazelcast"
NAME TYPE ADDRESS
hazelcast Discovery 35.184.21.18:5701
hazelcast-0 Member 35.188.131.33:5701
hazelcast-1 Member 34.122.242.55:5701
hazelcast-2 Member 35.194.44.37:5701
----

== Step 3. Deploy Management Center
Expand Down

0 comments on commit df8dd23

Please sign in to comment.