Skip to content

Commit

Permalink
fix PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kmetin committed Dec 4, 2023
1 parent 28856c7 commit 9a640ba
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions docs/modules/ROOT/pages/scaling-upgrading.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
= Scaling a Hazelcast Deployment
= Scaling and Upgrading a Hazelcast Deployment

To scale an existing Hazelcast deployment, use the following command:

[source,shell]
----
kubectl scale hazelcast <name> --replicas <replica-count>
----

Example:

[source,shell]
----
kubectl scale hazelcast hazelcast-sample --replicas 5
----

== Upgrading

Expand All @@ -21,18 +35,3 @@ Assuming the following is the existing configuration:
include::ROOT:example$/hazelcast.yaml[]
----

== Scaling

To scale an existing Hazelcast deployment, use the following command:

[source,shell]
----
kubectl scale hazelcast <name> --replicas <replica-count>
----

Example:

[source,shell]
----
kubectl scale hazelcast hazelcast-sample --replicas 5
----

0 comments on commit 9a640ba

Please sign in to comment.