Skip to content

Commit

Permalink
Deploying to gh-pages from @ b9a166c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jun 18, 2024
1 parent 7289854 commit da8dd1d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
14 changes: 8 additions & 6 deletions prevent-volume-mode-conversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ <h1><a class="header" href="#prevent-unauthorised-volume-mode-conversion" id="pr
<h2><a class="header" href="#status" id="status">Status</a></h2>
<table><thead><tr><th>Status</th><th>Min K8s Version</th><th>Max K8s Version</th><th>external-snapshotter Version</th><th>external-provisioner Version</th></tr></thead><tbody>
<tr><td>Alpha</td><td>1.24</td><td>-</td><td>6.0.1+</td><td>3.2.1+</td></tr>
<tr><td>Beta</td><td>1.28</td><td>-</td><td>7.0.0+</td><td>4.0.0+</td></tr>
<tr><td>GA</td><td>1.30</td><td>-</td><td>8.0.1+</td><td>5.0.1+</td></tr>
</tbody></table>
<h2><a class="header" href="#overview" id="overview">Overview</a></h2>
<p>Malicious users can populate the <code>spec.volumeMode</code> field of a <code>PersistentVolumeClaim</code>
Expand All @@ -181,15 +183,15 @@ <h2><a class="header" href="#overview" id="overview">Overview</a></h2>
for more details on the background, design and discussions.</p>
</blockquote>
<h2><a class="header" href="#usage" id="usage">Usage</a></h2>
<p>To enable this feature, cluster administrators must:</p>
<p>This feature is enabled by default and moved to GA with the Kubernetes 1.30 release.
To use this feature, cluster administrators must:</p>
<ul>
<li>Create <code>VolumeSnapshot</code> APIs with a minimum version of <a href="https://github.com/kubernetes-csi/external-snapshotter/releases/tag/client%2Fv6.0.1"><code>v6.0.1</code></a>.</li>
<li>Use <code>snapshot-controller</code> and <code>snapshot-validation-webhook</code> with a minimum version of <code>v6.0.1</code>.</li>
<li>Use <code>external-provisioner</code> with a minimum version of <a href="https://github.com/kubernetes-csi/external-provisioner/releases/tag/v3.2.1"><code>v3.2.1</code></a>.</li>
<li>Set <code>--prevent-volume-mode-conversion=true</code> flag in <code>snapshot-controller</code>, <code>snapshot-validation-webhook</code> and <code>external-provisioner</code>.</li>
<li>Create <code>VolumeSnapshot</code> APIs with a minimum version of <a href="https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v8.0.1"><code>v8.0.1</code></a>.</li>
<li>Use <code>snapshot-controller</code> and <code>snapshot-validation-webhook</code> with a minimum version of <code>v8.0.1</code>.</li>
<li>Use <code>external-provisioner</code> with a minimum version of <a href="https://github.com/kubernetes-csi/external-provisioner/releases/tag/v5.0.1"><code>v5.0.1</code></a>.</li>
</ul>
<blockquote>
<p>For more information about how to use the feature, visit the <a href="https://kubernetes.io/blog/2022/05/18/prevent-unauthorised-volume-mode-conversion-alpha/">Kubernetes blog</a> page. </p>
<p>For more information about how to use the feature, visit the <a href="https://kubernetes.io/blog/2024/04/30/prevent-unauthorized-volume-mode-conversion-ga/">Kubernetes blog</a> page. </p>
</blockquote>

</main>
Expand Down
14 changes: 8 additions & 6 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2854,6 +2854,8 @@ <h1><a class="header" href="#prevent-unauthorised-volume-mode-conversion" id="pr
<h2><a class="header" href="#status-16" id="status-16">Status</a></h2>
<table><thead><tr><th>Status</th><th>Min K8s Version</th><th>Max K8s Version</th><th>external-snapshotter Version</th><th>external-provisioner Version</th></tr></thead><tbody>
<tr><td>Alpha</td><td>1.24</td><td>-</td><td>6.0.1+</td><td>3.2.1+</td></tr>
<tr><td>Beta</td><td>1.28</td><td>-</td><td>7.0.0+</td><td>4.0.0+</td></tr>
<tr><td>GA</td><td>1.30</td><td>-</td><td>8.0.1+</td><td>5.0.1+</td></tr>
</tbody></table>
<h2><a class="header" href="#overview-16" id="overview-16">Overview</a></h2>
<p>Malicious users can populate the <code>spec.volumeMode</code> field of a <code>PersistentVolumeClaim</code>
Expand All @@ -2868,15 +2870,15 @@ <h2><a class="header" href="#overview-16" id="overview-16">Overview</a></h2>
for more details on the background, design and discussions.</p>
</blockquote>
<h2><a class="header" href="#usage-14" id="usage-14">Usage</a></h2>
<p>To enable this feature, cluster administrators must:</p>
<p>This feature is enabled by default and moved to GA with the Kubernetes 1.30 release.
To use this feature, cluster administrators must:</p>
<ul>
<li>Create <code>VolumeSnapshot</code> APIs with a minimum version of <a href="https://github.com/kubernetes-csi/external-snapshotter/releases/tag/client%2Fv6.0.1"><code>v6.0.1</code></a>.</li>
<li>Use <code>snapshot-controller</code> and <code>snapshot-validation-webhook</code> with a minimum version of <code>v6.0.1</code>.</li>
<li>Use <code>external-provisioner</code> with a minimum version of <a href="https://github.com/kubernetes-csi/external-provisioner/releases/tag/v3.2.1"><code>v3.2.1</code></a>.</li>
<li>Set <code>--prevent-volume-mode-conversion=true</code> flag in <code>snapshot-controller</code>, <code>snapshot-validation-webhook</code> and <code>external-provisioner</code>.</li>
<li>Create <code>VolumeSnapshot</code> APIs with a minimum version of <a href="https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v8.0.1"><code>v8.0.1</code></a>.</li>
<li>Use <code>snapshot-controller</code> and <code>snapshot-validation-webhook</code> with a minimum version of <code>v8.0.1</code>.</li>
<li>Use <code>external-provisioner</code> with a minimum version of <a href="https://github.com/kubernetes-csi/external-provisioner/releases/tag/v5.0.1"><code>v5.0.1</code></a>.</li>
</ul>
<blockquote>
<p>For more information about how to use the feature, visit the <a href="https://kubernetes.io/blog/2022/05/18/prevent-unauthorised-volume-mode-conversion-alpha/">Kubernetes blog</a> page. </p>
<p>For more information about how to use the feature, visit the <a href="https://kubernetes.io/blog/2024/04/30/prevent-unauthorized-volume-mode-conversion-ga/">Kubernetes blog</a> page. </p>
</blockquote>
<h1><a class="header" href="#cross-namespace-storage-data-sources" id="cross-namespace-storage-data-sources">Cross-namespace storage data sources</a></h1>
<h2><a class="header" href="#status-17" id="status-17">Status</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit da8dd1d

Please sign in to comment.