From dc40d7f75eb10006686fa6de66ba148a6ab18bf3 Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Mon, 17 Feb 2025 13:27:11 +0000 Subject: [PATCH] Applies comment from review --- daprdocs/content/en/concepts/dapr-services/scheduler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/concepts/dapr-services/scheduler.md b/daprdocs/content/en/concepts/dapr-services/scheduler.md index e42b20ad7..2828d06f9 100644 --- a/daprdocs/content/en/concepts/dapr-services/scheduler.md +++ b/daprdocs/content/en/concepts/dapr-services/scheduler.md @@ -69,7 +69,7 @@ The Scheduler can be run in both high availability (HA) and non-HA modes in self ## Kubernetes mode -The Scheduler service is deployed as part of `dapr init -k`, or via the Dapr Helm charts. Scheduler will always run in high availability (HA) mode in Kubernetes deployments. Scaling up or down is not possible without incurring data loss due to the nature of the embedded data store. [Learn more about setting HA mode in your Kubernetes service.]({{< ref "kubernetes-production.md#individual-service-ha-helm-configuration" >}}) +The Scheduler service is deployed as part of `dapr init -k`, or via the Dapr Helm charts. Scheduler will always run in high availability (HA) mode in Kubernetes deployments. Scaling the Scheduler service replicas up or down is not possible without incurring data loss due to the nature of the embedded data store. [Learn more about setting HA mode in your Kubernetes service.]({{< ref "kubernetes-production.md#individual-service-ha-helm-configuration" >}}) When a Kubernetes namespace is deleted, all the Job and Actor Reminders corresponding to that namespace are deleted.