|
1 | 1 | # kubestitute
|
2 | 2 |
|
3 |
| -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Kubestitute is an event based instances lifecycle manager for Kubernetes.
|
6 | 6 |
|
@@ -79,12 +79,13 @@ helm install kubestitute kubestitute/kubestitute -n kubestitute-system
|
79 | 79 | | manager.priorityExpander.name | string | `"priority-expander-default"` | All the following values should not be modified. -- Name of the Priority Expander object. |
|
80 | 80 | | manager.priorityExpander.namespace | string | `"kubestitute-system"` | Namespace of the Priority Expander object. |
|
81 | 81 | | manager.priorityExpander.clusterAutoscalerConfigMap | string | `"cluster-autoscaler-priority-expander"` | This name should not be changed. This is the exact name cluster autoscaler is looking for. |
|
| 82 | +| manager.priorityExpander.template | string | `"5:\n - .*"` | Default template, no priorities. | |
82 | 83 | | manager.logs.verbosity | int | `3` | Logs verbosity: 0 => panic 1 => error 2 => warning 3 => info 4 => debug |
|
83 | 84 | | manager.logs.enableDevLogs | bool | `false` | |
|
84 | 85 | | manager.asgPollInterval | int | `30` | AutoScaling Groups polling interval (used to generate custom metrics about ASGs). |
|
85 | 86 | | manager.evictionTimeout | int | `300` | The timeout in seconds for pods eviction on Instance deletion. |
|
86 | 87 | | manager.image.repository | string | `"quortexio/kubestitute"` | Kubestitute manager image repository. |
|
87 |
| -| manager.image.tag | string | `"1.0.0"` | Kubestitute manager image tag. | |
| 88 | +| manager.image.tag | string | `"1.1.0"` | Kubestitute manager image tag. | |
88 | 89 | | manager.image.pullPolicy | string | `"IfNotPresent"` | Kubestitute manager image pull policy. |
|
89 | 90 | | manager.livenessProbe.httpGet.path | string | `"/healthz"` | Path of the manager liveness probe. |
|
90 | 91 | | manager.livenessProbe.httpGet.port | int | `8081` | Name or number of the manager liveness probe port. |
|
|
0 commit comments