Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/5467#discussion_r167838921
--- Diff: docs/_includes/generated/high_availability_configuration.html ---
@@ -0,0 +1,36 @@
+<table class="table table-bordered">
+ <thead>
+ <tr>
+ <th class="text-left" style="width: 20%">Key</th>
+ <th class="text-left" style="width: 15%">Default</th>
+ <th class="text-left" style="width: 65%">Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><h5>high-availability</h5></td>
+ <td>"NONE"</td>
+ <td>Defines high-availability mode used for the cluster
execution. To enable high-availability, set this mode to "ZOOKEEPER".</td>
--- End diff --
high-availability: how Zookeeper-based HA works is/should be explained in
the [HA
docs](https://ci.apache.org/projects/flink/flink-docs-master/ops/jobmanager_high_availability.html#yarn-cluster-high-availability)
cluster-id: derived from javadocs, as the existing docs were entirely about
ZK setups
job.delay: derived from javadocs, as i assume it to be more up-to-date than
the ZK specific description
jobmanager.port: undocumented before
storageDir: derived from javadocs, as i assume it to be more up-to-date
than the ZK specific description
---