|
| 1 | +<table class="configuration table table-bordered"> |
| 2 | + <thead> |
| 3 | + <tr> |
| 4 | + <th class="text-left" style="width: 20%">Key</th> |
| 5 | + <th class="text-left" style="width: 15%">Default</th> |
| 6 | + <th class="text-left" style="width: 10%">Type</th> |
| 7 | + <th class="text-left" style="width: 55%">Description</th> |
| 8 | + </tr> |
| 9 | + </thead> |
| 10 | + <tbody> |
| 11 | + <tr> |
| 12 | + <td><h5>kubernetes.operator.deployment.readiness.timeout</h5></td> |
| 13 | + <td style="word-wrap: break-word;">1 min</td> |
| 14 | + <td>Duration</td> |
| 15 | + <td>The timeout for deployments to become ready/stable before being rolled back if rollback is enabled.</td> |
| 16 | + </tr> |
| 17 | + <tr> |
| 18 | + <td><h5>kubernetes.operator.deployment.rollback.enabled</h5></td> |
| 19 | + <td style="word-wrap: break-word;">false</td> |
| 20 | + <td>Boolean</td> |
| 21 | + <td>Whether to enable rolling back failed deployment upgrades.</td> |
| 22 | + </tr> |
| 23 | + <tr> |
| 24 | + <td><h5>kubernetes.operator.jm-deployment-recovery.enabled</h5></td> |
| 25 | + <td style="word-wrap: break-word;">true</td> |
| 26 | + <td>Boolean</td> |
| 27 | + <td>Whether to enable recovery of missing/deleted jobmanager deployments.</td> |
| 28 | + </tr> |
| 29 | + <tr> |
| 30 | + <td><h5>kubernetes.operator.job.upgrade.ignore-pending-savepoint</h5></td> |
| 31 | + <td style="word-wrap: break-word;">false</td> |
| 32 | + <td>Boolean</td> |
| 33 | + <td>Whether to ignore pending savepoint during job upgrade.</td> |
| 34 | + </tr> |
| 35 | + <tr> |
| 36 | + <td><h5>kubernetes.operator.job.upgrade.last-state-fallback.enabled</h5></td> |
| 37 | + <td style="word-wrap: break-word;">true</td> |
| 38 | + <td>Boolean</td> |
| 39 | + <td>Enables last-state fallback for savepoint upgrade mode. When the job is not running thus savepoint cannot be triggered but HA metadata is available for last state restore the operator can initiate the upgrade process when the flag is enabled.</td> |
| 40 | + </tr> |
| 41 | + <tr> |
| 42 | + <td><h5>kubernetes.operator.periodic.savepoint.interval</h5></td> |
| 43 | + <td style="word-wrap: break-word;">0 ms</td> |
| 44 | + <td>Duration</td> |
| 45 | + <td>Interval at which periodic savepoints will be triggered. The triggering schedule is not guaranteed, savepoints will be triggered as part of the regular reconcile loop.</td> |
| 46 | + </tr> |
| 47 | + <tr> |
| 48 | + <td><h5>kubernetes.operator.savepoint.history.max.age</h5></td> |
| 49 | + <td style="word-wrap: break-word;">86400000 ms</td> |
| 50 | + <td>Duration</td> |
| 51 | + <td>Maximum age for savepoint history entries to retain. Due to lazy clean-up, the most recent savepoint may live longer than the max age.</td> |
| 52 | + </tr> |
| 53 | + <tr> |
| 54 | + <td><h5>kubernetes.operator.savepoint.history.max.count</h5></td> |
| 55 | + <td style="word-wrap: break-word;">10</td> |
| 56 | + <td>Integer</td> |
| 57 | + <td>Maximum number of savepoint history entries to retain.</td> |
| 58 | + </tr> |
| 59 | + <tr> |
| 60 | + <td><h5>kubernetes.operator.savepoint.trigger.grace-period</h5></td> |
| 61 | + <td style="word-wrap: break-word;">1 min</td> |
| 62 | + <td>Duration</td> |
| 63 | + <td>The interval before a savepoint trigger attempt is marked as unsuccessful.</td> |
| 64 | + </tr> |
| 65 | + <tr> |
| 66 | + <td><h5>kubernetes.operator.user.artifacts.http.header</h5></td> |
| 67 | + <td style="word-wrap: break-word;">(none)</td> |
| 68 | + <td>Map</td> |
| 69 | + <td>Custom HTTP header for HttpArtifactFetcher. The header will be applied when getting the session job artifacts. Expected format: headerKey1:headerValue1,headerKey2:headerValue2.</td> |
| 70 | + </tr> |
| 71 | + </tbody> |
| 72 | +</table> |
0 commit comments