Release date: Aug 17, 2023
To use Dynatrace Operator version 0.13.0, a manual workaround is required if you're using a container runtime version older than the following:
Adjust your helm instructions as follows:
helm upgrade ...--set operator.securityContext.seccompProfile.type=Unconfined \--set webhook.securityContext.seccompProfile.type=Unconfined \--set csidriver.csiInit.securityContext.seccompProfile.type=Unconfined \
The CSI driver is now supported by GKE Autopilot version 1.26 and higher for application-only monitoring when installed using the Helm chart. This enhancement significantly speeds up pod startup.
Dynatrace version 1.270+ Kubernetes connection settings schema has been updated to 3.0.0. This schema is used to set up the connection between the ActiveGate and the monitored Kubernetes cluster. For older Dynatrace versions, the old settings schema will still be used.
The CSI driver now always uses unconfigured code modules, enabling them to be shared. This results in fewer downloads and less storage requirements. Each CSI driver pod now has an init container that verifies the correctness of metadata and stored code module versions.
metrics-ingest ActiveGate capability is enabled.repo:tag@digest.dynatrace-dynakube-oneagent ClusterRole, ClusterRoleBinding, and ServiceAccount will be used.startup-probe subcommand that resolves the https://kubernetes.default.svc.cluster.local hostname.runAsNonRoot is set to false when the initContainer operates with the root user.SecurityContext of base operator components can now be configured via Helm.matchSelector of the Webhook's topologySpreadConstraints was incorrect in case of a custom helm release name.feature.dynatrace.com/oneagent-ignore-proxy flag was overlooked when applicationMonitoring was used without the CSI Driver enabled.security.openshift.io/csi-ephemeral-volume-profile: "restricted" label from being incorporated into release manifests.apiUrl (for example, https://myalias.example.com/api) led to incorrect OneAgent configurations by the Dynatrace Operator.