From bff77205af30ecacbf1c394820fdb36844af2aec Mon Sep 17 00:00:00 2001 From: Jens Date: Mon, 29 Jan 2024 11:45:56 +0100 Subject: [PATCH] Update forming-a-cluster.md Add missing curly brace --- .../main/paradox/kubernetes-deployment/forming-a-cluster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/paradox/kubernetes-deployment/forming-a-cluster.md b/docs/src/main/paradox/kubernetes-deployment/forming-a-cluster.md index bdf3e1e60..a24c15070 100644 --- a/docs/src/main/paradox/kubernetes-deployment/forming-a-cluster.md +++ b/docs/src/main/paradox/kubernetes-deployment/forming-a-cluster.md @@ -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. @@ -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. \ No newline at end of file +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.