Merge branch 'v1.15' into dash0-tracing-docs

This commit is contained in:
Kasper Borg Nissen 2025-08-12 08:51:53 +02:00 committed by GitHub
commit a62a2c6849
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 1 deletions

View File

@ -93,6 +93,22 @@ updatedAt | timestamp | Timestamp of the actor registered/updated.
}
```
## Disabling the Placement service
The Placement service can be disabled with the following setting:
```
global.actors.enabled=false
```
The Placement service is not deployed with this setting in Kubernetes mode. This not only disables actor deployment, but also disables workflows, given that workflows use actors. This setting only applies in Kubernetes mode, however initializing Dapr with `--slim` excludes the Placement service from being deployed in self-hosted mode.
For more information on running Dapr on Kubernetes, visit the [Kubernetes hosting page](https://docs.dapr.io/operations/hosting/kubernetes/).
## Related links
[Learn more about the Placement API.]({{< ref placement_api.md >}})