gaborgsomogyi commented on code in PR #394:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/394#discussion_r991269499
##########
docs/layouts/shortcodes/generated/kubernetes_operator_config_configuration.html:
##########
@@ -80,6 +80,24 @@
<td>Boolean</td>
<td>Whether to enable recovery of missing/deleted jobmanager
deployments.</td>
</tr>
+ <tr>
+ <td><h5>kubernetes.operator.job.health-check.enabled</h5></td>
+ <td style="word-wrap: break-word;">false</td>
+ <td>Boolean</td>
+ <td>Whether to enable health check for jobs.</td>
+ </tr>
+ <tr>
+
<td><h5>kubernetes.operator.job.restart-check.duration-window</h5></td>
+ <td style="word-wrap: break-word;">2 min</td>
+ <td>Duration</td>
+ <td>The duration of the time window where job restart count
measured.</td>
+ </tr>
+ <tr>
+ <td><h5>kubernetes.operator.job.restart-check.threshold</h5></td>
Review Comment:
Good point, renamed to:
```
kubernetes.operator.job.health-check.enabled
kubernetes.operator.job.health-check.restarts.window
kubernetes.operator.job.health-check.restarts.threshold
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]