You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm-charts/dapr/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ The Helm chart has the follow configuration options that can be supplied:
119
119
|`global.rbac.namespaced`| Removes cluster wide permissions where applicable |`false`|
120
120
|`global.argoRolloutServiceReconciler.enabled`| Enable the service reconciler for Dapr-enabled Argo Rollouts |`false`|
121
121
|`global.priorityClassName`| Adds `priorityClassName` to Dapr pods |`""`|
122
-
|`global.scheduler.enabled`| Enables the Dapr Scheduler building block. When "false", the Dapr Scheduler service is not installed, and attempting to schedule jobs in Dapr will fail. |`true`|
122
+
|`global.scheduler.enabled`| Enables the Dapr Scheduler service, which enables the following building blocks: Jobs API, and for both Actors and Workflows APIs to scale. When "false", the Dapr Scheduler service is not installed, and attempting to schedule jobs in Dapr will fail. Additionally, actors and workflows will be limited in scale. |`true`|
123
123
124
124
### Dapr Operator options:
125
125
| Parameter | Description | Default |
@@ -157,6 +157,7 @@ The Helm chart has the follow configuration options that can be supplied:
157
157
|`dapr_placement.minActorApiLevel`| Sets the `min-api-level` flag, which enforces a minimum value for the Actor API level in the cluster. |`0`|
158
158
|`dapr_placement.scaleZero`| If true, the StatefulSet is deployed with a zero scale, regardless of the values of `global.ha.enabled` or `dapr_placement.ha`|`false`|
159
159
|`dapr_placement.runAsNonRoot`| Boolean value for `securityContext.runAsNonRoot`. Does not apply unless `forceInMemoryLog` is set to `true`. You may have to set this to `false` when running in Minikube |`true`|
160
+
| `dapr_placement.fsGroup` | Integer value for `fsGroup`. Useful for adding the Placement process to the file system group that can write to the mounted database volume. | `65532`
160
161
|`dapr_placement.resources`| Value of `resources` attribute. Can be used to set memory/cpu resources/limits. See the section "Resource configuration" above. Defaults to empty |`{}`|
161
162
|`dapr_placement.debug.enabled`| Boolean value for enabling debug mode |`{}`|
162
163
|`dapr_placement.metadataEnabled`| Boolean value for enabling placement tables metadata HTTP API |`false`|
@@ -199,6 +200,7 @@ The Helm chart has the follow configuration options that can be supplied:
199
200
|`dapr_scheduler.etcdBackendBatchLimit`| Maximum operations before committing the backend transaction |`5000`|
200
201
|`dapr_scheduler.etcdBackendBatchInterval`| Maximum time before committing the backend transaction |`50ms`|
201
202
|`dapr_scheduler.etcdDefragThresholdMB`| Minimum number of megabytes needed to be freed for etcd to consider running defrag during bootstrap. Needs to be set to non-zero value to take effect |`100`|
203
+
|`dapr_scheduler.etcdInitialElectionTickAdvance`| Whether to fast-forward initial election ticks on boot for faster election. When it is true, then local member fast-forwards election ticks to speed up “initial” leader election trigger. This benefits the case of larger election ticks. Disabling this would slow down initial bootstrap process for cross datacenter deployments. Make your own tradeoffs by configuring this flag at the cost of slow initial bootstrap.|`false`|
202
204
|`dapr_scheduler.etcdMetrics`| Level of detail for exported metrics, specify ’extensive’ to include histogram metrics |`basic`|
0 commit comments