Skip to content

Commit

Permalink
Update documentation (Strimzi CI build )
Browse files Browse the repository at this point in the history
Signed-off-by: Strimzi CI <[email protected]>
  • Loading branch information
Strimzi CI committed Dec 12, 2024
1 parent de40cef commit 3df2de4
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 57 deletions.
2 changes: 1 addition & 1 deletion contributing/guide/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ <h3 id="access_another_writers_unmerged_commits">C.5. Access another writer’s
</ol>
</div>
<div class="paragraph">
<p><em>Revised on 2024-12-11 18:51:53 UTC</em></p>
<p><em>Revised on 2024-12-12 14:33:32 UTC</em></p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions contributing/guide/full.html
Original file line number Diff line number Diff line change
Expand Up @@ -1927,15 +1927,15 @@ <h3 id="access_another_writers_unmerged_commits">C.5. Access another writer’s
</ol>
</div>
<div class="paragraph">
<p><em>Revised on 2024-12-11 18:51:51 UTC</em></p>
<p><em>Revised on 2024-12-12 14:33:30 UTC</em></p>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-11 18:51:24 UTC
Last updated 2024-12-12 14:33:11 UTC
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/highlight.min.js"></script>
Expand Down
5 changes: 1 addition & 4 deletions docs/operators/in-development/configuring-book.html
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ <h3 id="con-common-configuration-images-reference">2.6. <code>image</code></h3>
<p><strong>Configuring the <code>image</code> property for Kafka, Kafka Connect, and Kafka MirrorMaker</strong></p>
</div>
<div class="paragraph">
<p>Kafka, Kafka Connect, and Kafka MirrorMaker support multiple versions of Kafka.
<p>Kafka, Kafka Connect, and Kafka MirrorMaker 2 support multiple versions of Kafka.
Each component requires its own image.
The default images for the different Kafka versions are configured in the following environment variables:</p>
</div>
Expand All @@ -920,9 +920,6 @@ <h3 id="con-common-configuration-images-reference">2.6. <code>image</code></h3>
<li>
<p><code>STRIMZI_KAFKA_MIRROR_MAKER2_IMAGES</code></p>
</li>
<li>
<p>(Deprecated) <code>STRIMZI_KAFKA_MIRROR_MAKER_IMAGES</code></p>
</li>
</ul>
</div>
<div class="paragraph">
Expand Down
2 changes: 1 addition & 1 deletion docs/operators/in-development/contributing-book.html
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ <h3 id="access_another_writers_unmerged_commits">C.5. Access another writer’s
</ol>
</div>
<div class="paragraph">
<p><em>Revised on 2024-12-11 18:51:53 UTC</em></p>
<p><em>Revised on 2024-12-12 14:33:32 UTC</em></p>
</div>
</div>
</div>
Expand Down
21 changes: 1 addition & 20 deletions docs/operators/in-development/deploying-book.html
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ <h4 id="con-pod-management-str">1.2.3. Managing pod resources</h4>
<div class="title">Note</div>
</td>
<td class="content">
Kubernetes <code>Deployment</code> resources are used for creating and managing the pods of other components: Kafka Bridge, Kafka Exporter, Cruise Control, (deprecated) MirrorMaker 1, User Operator and Topic Operator.
Kubernetes <code>Deployment</code> resources are used for creating and managing the pods of other components: Kafka Bridge, Kafka Exporter, Cruise Control, User Operator and Topic Operator.
</td>
</tr>
</table>
Expand Down Expand Up @@ -10681,12 +10681,6 @@ <h3 id="ref-operator-cluster-str">11.7. Configuring the Cluster Operator</h3>
The mapping from the Kafka version to the corresponding image of MirrorMaker 2 for that version.
For example <code>3.8.0=quay.io/strimzi/kafka:latest-kafka-3.8.0, 3.9.0=quay.io/strimzi/kafka:latest-kafka-3.9.0</code>.</p>
</dd>
<dt class="hdlist1">(Deprecated) <code>STRIMZI_KAFKA_MIRROR_MAKER_IMAGES</code></dt>
<dd>
<p>Required.
The mapping from the Kafka version to the corresponding image of MirrorMaker for that version.
For example <code>3.8.0=quay.io/strimzi/kafka:latest-kafka-3.8.0, 3.9.0=quay.io/strimzi/kafka:latest-kafka-3.9.0</code>.</p>
</dd>
<dt class="hdlist1"><code>STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE</code></dt>
<dd>
<p>Optional.
Expand Down Expand Up @@ -12635,19 +12629,6 @@ <h3 id="con-config-mirrormaker2-str">11.10. Configuring Kafka MirrorMaker 2</h3>
<div class="paragraph">
<p>For a deeper understanding of the Kafka MirrorMaker 2 cluster configuration options, refer to the <a href="./configuring.html" target="_blank" rel="noopener">Strimzi Custom Resource API Reference</a>.</p>
</div>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<div class="title">Note</div>
</td>
<td class="content">
MirrorMaker 2 resource configuration differs from the previous version of MirrorMaker, which is now deprecated.
There is currently no legacy support, so any resources must be manually converted into the new format.
</td>
</tr>
</table>
</div>
<div class="paragraph">
<div class="title">Default configuration</div>
<p>MirrorMaker 2 provides default configuration values for properties such as replication factors.
Expand Down
7 changes: 2 additions & 5 deletions docs/operators/in-development/full/configuring.html
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ <h3 id="con-common-configuration-images-reference">2.6. <code>image</code></h3>
<p><strong>Configuring the <code>image</code> property for Kafka, Kafka Connect, and Kafka MirrorMaker</strong></p>
</div>
<div class="paragraph">
<p>Kafka, Kafka Connect, and Kafka MirrorMaker support multiple versions of Kafka.
<p>Kafka, Kafka Connect, and Kafka MirrorMaker 2 support multiple versions of Kafka.
Each component requires its own image.
The default images for the different Kafka versions are configured in the following environment variables:</p>
</div>
Expand All @@ -1362,9 +1362,6 @@ <h3 id="con-common-configuration-images-reference">2.6. <code>image</code></h3>
<li>
<p><code>STRIMZI_KAFKA_MIRROR_MAKER2_IMAGES</code></p>
</li>
<li>
<p>(Deprecated) <code>STRIMZI_KAFKA_MIRROR_MAKER_IMAGES</code></p>
</li>
</ul>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -16667,7 +16664,7 @@ <h2 id="type-StrimziPodSetStatus-reference">159. <code>StrimziPodSetStatus</code
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-11 18:51:24 UTC
Last updated 2024-12-12 14:33:11 UTC
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/highlight.min.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions docs/operators/in-development/full/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -1927,15 +1927,15 @@ <h3 id="access_another_writers_unmerged_commits">C.5. Access another writer’s
</ol>
</div>
<div class="paragraph">
<p><em>Revised on 2024-12-11 18:51:51 UTC</em></p>
<p><em>Revised on 2024-12-12 14:33:30 UTC</em></p>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-11 18:51:24 UTC
Last updated 2024-12-12 14:33:11 UTC
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/highlight.min.js"></script>
Expand Down
23 changes: 2 additions & 21 deletions docs/operators/in-development/full/deploying.html
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@ <h4 id="con-pod-management-str">1.2.3. Managing pod resources</h4>
<div class="title">Note</div>
</td>
<td class="content">
Kubernetes <code>Deployment</code> resources are used for creating and managing the pods of other components: Kafka Bridge, Kafka Exporter, Cruise Control, (deprecated) MirrorMaker 1, User Operator and Topic Operator.
Kubernetes <code>Deployment</code> resources are used for creating and managing the pods of other components: Kafka Bridge, Kafka Exporter, Cruise Control, User Operator and Topic Operator.
</td>
</tr>
</table>
Expand Down Expand Up @@ -11123,12 +11123,6 @@ <h3 id="ref-operator-cluster-str">11.7. Configuring the Cluster Operator</h3>
The mapping from the Kafka version to the corresponding image of MirrorMaker 2 for that version.
For example <code>3.8.0=quay.io/strimzi/kafka:latest-kafka-3.8.0, 3.9.0=quay.io/strimzi/kafka:latest-kafka-3.9.0</code>.</p>
</dd>
<dt class="hdlist1">(Deprecated) <code>STRIMZI_KAFKA_MIRROR_MAKER_IMAGES</code></dt>
<dd>
<p>Required.
The mapping from the Kafka version to the corresponding image of MirrorMaker for that version.
For example <code>3.8.0=quay.io/strimzi/kafka:latest-kafka-3.8.0, 3.9.0=quay.io/strimzi/kafka:latest-kafka-3.9.0</code>.</p>
</dd>
<dt class="hdlist1"><code>STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE</code></dt>
<dd>
<p>Optional.
Expand Down Expand Up @@ -13077,19 +13071,6 @@ <h3 id="con-config-mirrormaker2-str">11.10. Configuring Kafka MirrorMaker 2</h3>
<div class="paragraph">
<p>For a deeper understanding of the Kafka MirrorMaker 2 cluster configuration options, refer to the <a href="./configuring.html" target="_blank" rel="noopener">Strimzi Custom Resource API Reference</a>.</p>
</div>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<div class="title">Note</div>
</td>
<td class="content">
MirrorMaker 2 resource configuration differs from the previous version of MirrorMaker, which is now deprecated.
There is currently no legacy support, so any resources must be manually converted into the new format.
</td>
</tr>
</table>
</div>
<div class="paragraph">
<div class="title">Default configuration</div>
<p>MirrorMaker 2 provides default configuration values for properties such as replication factors.
Expand Down Expand Up @@ -40680,7 +40661,7 @@ <h4 id="reference_based_messaging_flow">33.7.4. Reference-based messaging flow</
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-11 18:51:24 UTC
Last updated 2024-12-12 14:33:11 UTC
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/highlight.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/operators/in-development/full/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ <h2 id="metrics-overview_str">9. Monitoring Kafka</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-11 18:51:24 UTC
Last updated 2024-12-12 14:33:11 UTC
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/highlight.min.js"></script>
Expand Down

0 comments on commit 3df2de4

Please sign in to comment.