Skip to content

Commit a48af61

Browse files
Deployed 6c8b50b to v2 with MkDocs 1.6.1 and mike 2.1.3
1 parent 1699cab commit a48af61

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

v2/CHANGELOG/index.html

+22-3
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,16 @@
19601960
</span>
19611961
</a>
19621962

1963-
<nav class="md-nav" aria-label="Unreleased">
1963+
</li>
1964+
1965+
<li class="md-nav__item">
1966+
<a href="#v281-2025-04-09" class="md-nav__link">
1967+
<span class="md-ellipsis">
1968+
v2.8.1 - 2025-04-09
1969+
</span>
1970+
</a>
1971+
1972+
<nav class="md-nav" aria-label="v2.8.1 - 2025-04-09">
19641973
<ul class="md-nav__list">
19651974

19661975
<li class="md-nav__item">
@@ -3587,7 +3596,16 @@
35873596
</span>
35883597
</a>
35893598

3590-
<nav class="md-nav" aria-label="Unreleased">
3599+
</li>
3600+
3601+
<li class="md-nav__item">
3602+
<a href="#v281-2025-04-09" class="md-nav__link">
3603+
<span class="md-ellipsis">
3604+
v2.8.1 - 2025-04-09
3605+
</span>
3606+
</a>
3607+
3608+
<nav class="md-nav" aria-label="v2.8.1 - 2025-04-09">
35913609
<ul class="md-nav__list">
35923610

35933611
<li class="md-nav__item">
@@ -5196,7 +5214,8 @@ <h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Perma
51965214
<p>All notable changes to this project will be documented in this file.</p>
51975215
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
51985216
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
5199-
<h2 id="unreleased"><a href="https://github.com/piraeusdatastore/piraeus-operator/compare/v2.8.0...HEAD">Unreleased</a><a class="headerlink" href="#unreleased" title="Permanent link">&para;</a></h2>
5217+
<h2 id="unreleased"><a href="https://github.com/piraeusdatastore/piraeus-operator/compare/v2.8.1...HEAD">Unreleased</a><a class="headerlink" href="#unreleased" title="Permanent link">&para;</a></h2>
5218+
<h2 id="v281-2025-04-09"><a href="https://github.com/piraeusdatastore/piraeus-operator/compare/v2.8.0...v2.8.1">v2.8.1</a> - 2025-04-09<a class="headerlink" href="#v281-2025-04-09" title="Permanent link">&para;</a></h2>
52005219
<h3 id="added">Added<a class="headerlink" href="#added" title="Permanent link">&para;</a></h3>
52015220
<ul>
52025221
<li>Option to set the maximum time between reconciliations.</li>

v2/search/search_index.json

+1-1
Large diffs are not rendered by default.

v2/tutorial/get-started/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2114,7 +2114,7 @@ <h2 id="install-piraeus-operator">Install Piraeus Operator<a class="headerlink"
21142114
<p>In this tutorial we will be using <code>kubectl</code> with the built-in <code>kustomize</code> feature to deploy Piraeus Operator.
21152115
All resources needed to run Piraeus Operator are included in a single Kustomization.</p>
21162116
<p>Install Piraeus Operator by running:</p>
2117-
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>kubectl<span class="w"> </span>apply<span class="w"> </span>--server-side<span class="w"> </span>-k<span class="w"> </span><span class="s2">&quot;https://github.com/piraeusdatastore/piraeus-operator//config/default?ref=v2.8.0&quot;</span>
2117+
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>kubectl<span class="w"> </span>apply<span class="w"> </span>--server-side<span class="w"> </span>-k<span class="w"> </span><span class="s2">&quot;https://github.com/piraeusdatastore/piraeus-operator//config/default?ref=v2.8.1&quot;</span>
21182118
namespace/piraeus-datastore<span class="w"> </span>configured
21192119
...
21202120
</code></pre></div>

v2/upgrade/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,7 @@ <h1 id="general-notes">General notes<a class="headerlink" href="#general-notes"
19731973
(<code>kubectl</code> vs <code>helm</code>). There is no need to change existing <code>LinstorCluster</code>, <code>LinstorSatelliteConfiguration</code> or
19741974
<code>LinstorNodeConnection</code> resources.</p>
19751975
<p>To upgrade to the latest release using <code>kubectl</code>, run the following commands:</p>
1976-
<div class="highlight"><pre><span></span><code>$ kubectl apply --server-side -k &quot;https://github.com/piraeusdatastore/piraeus-operator//config/default?ref=v2.8.0&quot;
1976+
<div class="highlight"><pre><span></span><code>$ kubectl apply --server-side -k &quot;https://github.com/piraeusdatastore/piraeus-operator//config/default?ref=v2.8.1&quot;
19771977
$ kubectl wait pod --for=condition=Ready -n piraeus-datastore --all
19781978
</code></pre></div>
19791979
<h1 id="upgrades-from-v26-to-v27">Upgrades from v2.6 to v2.7<a class="headerlink" href="#upgrades-from-v26-to-v27" title="Permanent link">&para;</a></h1>

0 commit comments

Comments
 (0)