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.
1apiVersion: dynatrace.com/v1beta12kind: DynaKube3metadata:4 name: dynakube5 namespace: dynatrace6 annotations:7 feature.dynatrace.com/oneagent-readonly-host-fs: "false"