Add parameter for workers podManagementPolicy (#5942)

This commit is contained in:
Alejandro Moreno
2021-03-29 14:27:22 +02:00
committed by GitHub
parent 2ce5c75b6d
commit 143bece9c9
5 changed files with 12 additions and 5 deletions

View File

@@ -133,6 +133,7 @@ The following tables lists the configurable parameters of the spark chart and th
| `worker.javaOptions` | Set options for the JVM in the form `-Dx=y` | No default |
| `worker.configOptions` | Set extra options to configure the worker in the form `-Dx=y` | No default |
| `worker.replicaCount` | Set the number of workers | `2` |
| `worker.podManagementPolicy` | Statefulset Pod Management Policy Type | `OrderedReady` |
| `worker.autoscaling.enabled` | Enable autoscaling depending on CPU | `false` |
| `worker.autoscaling.CpuTargetPercentage` | k8s hpa cpu targetPercentage | `50` |
| `worker.autoscaling.replicasMax` | Maximum number of workers when using autoscaling | `5` |