Skip to content

Commit

Permalink
Update forming-a-cluster.md (#1254)
Browse files Browse the repository at this point in the history
Add missing curly brace
  • Loading branch information
DieBauer authored Jan 29, 2024
1 parent 7e2f478 commit d2aa80b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The Akka dependencies are available from Akka's library repository. To access th
id="akka-repository"
name="Akka library repository"
url="https://repo.akka.io/maven"

}

Additionally, add the dependencies as below.

Expand Down Expand Up @@ -208,4 +208,4 @@ livenessProbe:

## Rolling Updates

Starting from Kubernetes v1.22, ReplicaSets are not scaled down with the youngest node first which can cause problems for the Akka cluster. A new Akka extension was developed to address this issue, and you can find the documentation under @ref:[Kubernetes Rolling Updates](../rolling-updates.md#kubernetes-rolling-updates) section.
Starting from Kubernetes v1.22, ReplicaSets are not scaled down with the youngest node first which can cause problems for the Akka cluster. A new Akka extension was developed to address this issue, and you can find the documentation under @ref:[Kubernetes Rolling Updates](../rolling-updates.md#kubernetes-rolling-updates) section.

0 comments on commit d2aa80b

Please sign in to comment.