Skip to content
7 changes: 7 additions & 0 deletions content/en/containers/kubernetes/csi_driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@

{{% /collapse-content %}}

<div class="alert alert-warning">
<strong>Upgrading the Datadog Operator to v1.28.0 or later</strong>
<p>In some cases, upgrading to Datadog Operator v1.28.0 or later can leave the existing <code>k8s.csi.datadoghq.com</code> CSIDriver object in a state that the Operator cannot reconcile. If the CSI Driver does not become ready after upgrading, recreate the object once:</p>

Check notice on line 175 in content/en/containers/kubernetes/csi_driver.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.
Comment thread
mrdoggopat marked this conversation as resolved.
Outdated
<pre><code>kubectl delete csidriver k8s.csi.datadoghq.com</code></pre>
<p>The Operator recreates it automatically. Already-mounted volumes and running driver Pods are unaffected.</p>
Comment thread
mrdoggopat marked this conversation as resolved.
Outdated
</div>

<div class="alert alert-warning">
<strong>Migrating from Helm-based CSI Driver installation</strong>
<p>If you previously installed the CSI Driver with the standalone Helm chart, Datadog recommends migrating to Operator-managed installation. Choose one of the following approaches:</p>
Expand Down
Loading