Skip to content
20 changes: 19 additions & 1 deletion content/en/containers/csi_driver/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
helm install datadog-csi-driver datadog/datadog-csi-driver
```


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: unnecessary new line.

3. **Activate Datadog CSI in your `DatadogAgent` resource.**

```
Expand Down Expand Up @@ -132,6 +133,23 @@

{{< /tabs >}}

### GKE Autopilot support

Check warning on line 136 in content/en/containers/csi_driver/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'GKE Autopilot support' should use sentence-style capitalization.

Starting with **Helm chart version 3.138.0**, the Datadog CSI Driver can be installed on **Google Kubernetes Engine (GKE) Autopilot** clusters.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be better to clarify which chart we are referring to.

The minimum datadog agent chart version is 3.138.0.
The minimum datadog csi driver chart version is 0.4.2.


> **Note:**
> GKE Autopilot support is **only available when installing using the Helm chart**.
> For non-Helm installations, render and apply the CSI Driver manifests manually, then create the following `AllowlistSynchronizer` resource to enable installation on GKE Autopilot:
```yaml
apiVersion: auto.gke.io/v1
kind: AllowlistSynchronizer
metadata:
name: datadog-csi-synchronizer
spec:
allowlistPaths:
- Datadog/datadog-csi-driver/datadog-datadog-csi-driver-daemonset-exemption-v1.0.1.yaml
```
## Datadog CSI volumes
Expand Down Expand Up @@ -276,4 +294,4 @@
[1]: https://github.com/DataDog/datadog-csi-driver
[2]: https://hub.docker.com/r/datadog/csi-driver
[3]: https://kubernetes-csi.github.io/docs/introduction.html
[4]: https://kubernetes.io/docs/concepts/security/pod-security-standards/
[4]: https://kubernetes.io/docs/concepts/security/pod-security-standards/
Loading