Skip to content

Commit

Permalink
[CN-1287]: remove os (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kutluhan Metin authored Jul 2, 2024
1 parent 4f6edc1 commit 924d25c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 123 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: hazelcast-sample
spec:
clusterSize: 3
repository: 'docker.io/hazelcast/hazelcast'
repository: 'docker.io/hazelcast/hazelcast-enterprise'
version: '{page-latest-supported-hazelcast}-slim'
advancedNetwork:
memberServerSocketEndpointConfig:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/examples/advanced-networking-wan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: hazelcast-sample
spec:
clusterSize: 3
repository: 'docker.io/hazelcast/hazelcast'
repository: 'docker.io/hazelcast/hazelcast-enterprise'
version: '{page-latest-supported-hazelcast}-slim'
advancedNetwork:
wan:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/examples/hazelcast-5.2.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ metadata:
name: hazelcast-sample
spec:
clusterSize: 3
repository: 'docker.io/hazelcast/hazelcast'
repository: 'docker.io/hazelcast/hazelcast-enterprise'
version: '5.2.4-slim'
2 changes: 1 addition & 1 deletion docs/modules/ROOT/examples/hazelcast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ metadata:
name: hazelcast-sample
spec:
clusterSize: 3
repository: 'docker.io/hazelcast/hazelcast'
repository: 'docker.io/hazelcast/hazelcast-enterprise'
version: '{page-latest-supported-hazelcast}-slim'
57 changes: 0 additions & 57 deletions docs/modules/ROOT/pages/deploy-management-center.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,60 +13,6 @@ Please make sure xref:get-started.adoc[Hazelcast Platform Operator for Kubernete

You can monitor the Hazelcast cluster by starting Management Center.

[tabs]
====
Open Source::
+
--
. Create the `ManagementCenter` custom resource file and name it `management-center.yaml`.
+
[source,yaml,subs="attributes+"]
----
include::ROOT:example$/management-center.yaml[]
----
. Apply it with the following command to start Management Center.
+
.For Kubernetes
[source,shell]
----
kubectl apply -f management-center.yaml
----
+
.For Openshift
[source,shell]
----
oc apply -f management-center.yaml
----
. After a moment, you can verify that Management Center is up and running by checking the Management Center logs.
+
.For Kubernetes
[source,shell]
----
kubectl logs pod/managementcenter-sample-0
----
+
.For Openshift
[source,shell]
----
oc logs pod/managementcenter-sample-0
----
```
2021-08-26 15:21:04,842 [ INFO] [MC-Client-dev.lifecycle-1] [c.h.w.s.MCClientManager]: MC Client connected to cluster dev.
2021-08-26 15:21:05,241 [ INFO] [MC-Client-dev.event-1] [c.h.w.s.MCClientManager]: Started communication with member: Member [10.36.8.3]:5701 - ccf31703-de3b-4094-9faf-7b5d0dc145b2
2021-08-26 15:21:05,245 [ INFO] [MC-Client-dev.event-1] [c.h.w.s.MCClientManager]: Started communication with member: Member [10.36.7.2]:5701 - e75bd6e2-de4b-4360-8113-040773d858b7
2021-08-26 15:21:05,251 [ INFO] [MC-Client-dev.event-1] [c.h.w.s.MCClientManager]: Started communication with member: Member [10.36.6.2]:5701 - c3d105d2-0bca-4a66-8519-1cacffc05c98
2021-08-26 15:21:07,234 [ INFO] [main] [c.h.w.Launcher]: Hazelcast Management Center successfully started at http://localhost:8080/
```
--
Enterprise::
+
--
To enable some features or dashboard at Management Center, you need a license key. If you don't have a license key, you can request one from the link:http://trialrequest.hazelcast.com/[Hazelcast website].

. Create a Kubernetes secret to hold your license key.
Expand Down Expand Up @@ -127,9 +73,6 @@ oc logs pod/managementcenter-sample-0
2021-08-26 15:21:07,234 [ INFO] [main] [c.h.w.Launcher]: Hazelcast Management Center successfully started at http://localhost:8080/
```

--
====

To access the Management Center dashboard, open the browser at address `http://$MANCENTER_IP:8080`.

[tabs]
Expand Down
62 changes: 1 addition & 61 deletions docs/modules/ROOT/pages/get-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,64 +101,6 @@ oc logs deployment.apps/operator-hazelcast-platform-operator

After installing and running the Hazelcast Platform Operator, you can create a Hazelcast cluster. First, create the `Hazelcast` custom resource file as `hazelcast.yaml`.

[tabs]
====
Open Source::
+
--
. Create the `Hazelcast` custom resource file and name it `hazelcast.yaml`.
+
[source,yaml,subs="attributes+"]
----
include::ROOT:example$/hazelcast.yaml[]
----
. Apply the custom resource to start the Hazelcast cluster.
+
.For Kubernetes
[source,shell]
----
kubectl apply -f hazelcast.yaml
----
+
.For Openshift
[source,shell]
----
oc apply -f hazelcast.yaml
----
. Verify that the cluster is up and running by checking the Hazelcast member logs.
+
.For Kubernetes
[source,shell]
----
kubectl logs pod/hazelcast-sample-0
----
+
.For Openshift
[source,shell]
----
oc logs pod/hazelcast-sample-0
----
You should see the following:
```
Members {size:3, ver:3} [
Member [10.36.8.3]:5701 - ccf31703-de3b-4094-9faf-7b5d0dc145b2 this
Member [10.36.7.2]:5701 - e75bd6e2-de4b-4360-8113-040773d858b7
Member [10.36.6.2]:5701 - c3d105d2-0bca-4a66-8519-1cacffc05c98
]
```
--
Enterprise::
+
--
Hazelcast Enterprise requires a license key. If you don't have a license key, you can request one from the link:http://trialrequest.hazelcast.com/[Hazelcast website].

. Create a Kubernetes secret to hold your license key.
Expand Down Expand Up @@ -209,6 +151,7 @@ kubectl logs pod/hazelcast-sample-0
----
oc logs pod/hazelcast-sample-0
----

You should see the following:

```
Expand All @@ -219,9 +162,6 @@ Members {size:3, ver:3} [
]
```

--
====

== Step 3. Check that the Hazelcast Cluster is Running

To check if a cluster is running, see the `status` field of the Hazelcast resource.
Expand Down
1 change: 0 additions & 1 deletion docs/modules/ROOT/pages/phone-homes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ The following information is sent in a phone home:
* UID of the operator
* Operator installation origin such as Dockerhub or Red Hat Connect
* Type of watched namespace scope such as single, all, multi, own etc.
* Number of created Hazelcast Open Source clusters
* Number of created Hazelcast Enterprise clusters
* List of created Hazelcast cluster UUIDs
* List of High Availability Modes of Hazelcast clusters
Expand Down

0 comments on commit 924d25c

Please sign in to comment.