Skip to content
18 changes: 17 additions & 1 deletion content/en/containers/csi_driver/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,22 @@

{{< /tabs >}}

### GKE Autopilot support

Check warning on line 135 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 Datadog Agent Helm chart version 3.138.0 and Datadog CSI Driver Helm chart version 0.4.2, the Datadog CSI Driver can be installed on Google Kubernetes Engine (GKE) Autopilot clusters.

Check notice on line 137 in content/en/containers/csi_driver/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

> **Note:**
> If CSI driver is not installed using the helm chart, create the following `AllowlistSynchronizer` resource to activate GKE Autopilot support:

```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 +292,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