Skip to content

Commit

Permalink
Update daprdocs/content/en/reference/api/placement_api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
  • Loading branch information
hhunter-ms and msfussell authored Sep 25, 2023
1 parent 02b02f8 commit cbcda3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daprdocs/content/en/reference/api/placement_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ weight: 1200

Dapr has an HTTP API `/placement/state` for placement service that exposes placement table information. The API is exposed on the sidecar on the same port as the healthz. This is an unauthenticated endpoint, and is disabled by default.

You need to set `DAPR_PLACEMENT_METADATA_ENABLED` environment or `metadata-enabled` command line args to true to enable it. If you are using helm, set `dapr_placement.metadataEnabled` to true.
You need to set either set`DAPR_PLACEMENT_METADATA_ENABLED` environment variable or `metadata-enabled` command line args on the Placement service to true to enable it. If you are using Helm for deployment of the Placement service then, set `dapr_placement.metadataEnabled` to true.

## Usecase

Expand Down

0 comments on commit cbcda3f

Please sign in to comment.