Skip to content

Commit

Permalink
Deployed 5834f3e to dev with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Dec 17, 2024
1 parent 723ddae commit e6fcd65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

Binary file modified dev/sitemap.xml.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions dev/user/core-concepts/operation-mode/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1851,16 +1851,16 @@ <h4 id="manifest-mode"><strong>Manifest Mode</strong><a class="headerlink" href=
<ul>
<li><strong>streams-bootstrap Applications</strong>:</li>
<li>Depending on your pipeline configuration, Kubernetes <code>Job</code>, <code>Deployment</code>, <code>ConfigMap</code>, and <code>Service</code> resources.</li>
<li>Please refer to <a href="https://github.com/bakdata/streams-bootstrap/tree/master/charts">Streams-bootstrap Helm Charts</a>.</li>
<li>Please refer to <a href="https://github.com/bakdata/streams-bootstrap/tree/master/charts">streams-bootstrap Helm Charts</a>.</li>
<li><strong>Topics</strong>:</li>
<li>Strimzi <code>KafkaTopic</code> CRDs.</li>
</ul>
<h4 id="argo-mode"><strong>Argo Mode</strong><a class="headerlink" href="#argo-mode" title="Permanent link">&para;</a></h4>
<ul>
<li><strong>streams-bootstrap Applications</strong>:</li>
<li>Depending on your pipeline configuration, Kubernetes <code>Job</code>, <code>Deployment</code>, <code>ConfigMap</code>, and <code>Service</code> resources.</li>
<li>Additional <code>sync-wave</code> annotation with value of <code>&gt;0</code> to prioritizes Kafka Topics deployment over the application</li>
<li>Please refer to <a href="https://github.com/bakdata/streams-bootstrap/tree/master/charts">Streams-bootstrap Helm Charts</a>.</li>
<li>Additional Argo <code>sync-wave</code> annotation to ensure Kafka topics are created first (default <code>sync-wave=0</code>) before deploying apps (lower priority <code>sync-wave&gt;0</code>). All components of each sync wave are deployed in parallel by Argo.</li>
<li>Please refer to <a href="https://github.com/bakdata/streams-bootstrap/tree/master/charts">streams-bootstrap Helm Charts</a>.</li>
<li><strong>Topics</strong>:</li>
<li>Strimzi <code>KafkaTopic</code> CRDs.</li>
<li><strong>Cleanup Jobs</strong>:</li>
Expand Down Expand Up @@ -1892,7 +1892,7 @@ <h4 id="manifest-mode_2"><strong>Manifest Mode</strong><a class="headerlink" hre
<h4 id="argo-mode_2"><strong>Argo Mode</strong><a class="headerlink" href="#argo-mode_2" title="Permanent link">&para;</a></h4>
<ul>
<li><strong>Not Applicable</strong>:</li>
<li>The <code>clean</code> command is not supported in Argo mode. The clean can be achieved through manifesting hooked cleanup jobs during the <code>deploy</code> command.</li>
<li>The <code>clean</code> command is not supported in Argo mode. The clean is instead achieved through cleanup job hooks during the <code>deploy</code> command.</li>
</ul>
<hr />
<h3 id="destroy"><code>destroy</code><a class="headerlink" href="#destroy" title="Permanent link">&para;</a></h3>
Expand Down

0 comments on commit e6fcd65

Please sign in to comment.