• Home
  • Deploy
  • Kubernetes
  • Guides
  • Networking, security and compliance
  • Read-only file systems support

Read-only file systems support

cloudNativeFullStack

hostMonitoring

As part of getting started with Kubernetes monitoring, you might want to review the support for read-only file systems.

For read-only host file systems, support is enabled by default for cloudNativeFullStack and hostMonitoring with CSI driver configurations, so you don't need to set the ONEAGENT_ENABLE_VOLUME_STORAGE environment variable to true anymore.

To disable this feature, you can add the following annotation in your DynaKube custom resource.

yaml
apiVersion: dynatrace.com/v1beta1 kind: DynaKube metadata: name: dynakube namespace: dynatrace annotations: feature.dynatrace.com/oneagent-readonly-host-fs: "false"