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 now be installed on **Google Kubernetes Engine (GKE) Autopilot** clusters.

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

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'now'.

> **Note:**
> GKE Autopilot support is **only available when installing via the Helm chart**.

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

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use 'with' or 'through' instead of 'via'.
> 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