Installation
For information on how to install the latest dynatrace-operator please visit our official Documentation.
Upgrade/Install instructions
Kubernetes
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.13.0-rc.0/kubernetes.yaml
Openshift
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.13.0-rc.0/openshift.yaml
Features
- Add plain HTTP endpoint to ActiveGate pod/service if metrics-ingest AG capability is enabled.
- Change default CSI Driver logic to use unconfigured codemodules, so they can be shared, resulting in fewer downloads and less storage requirements.
- Change the archive format of the Support Archive from tarball to ZIP.
- Update version of Kubernetes connection settings schema to 3.0.0 that is used to setup the connection between the ActiveGate and the monitored Kubernetes cluster. This settings schema version is available since Dynatrace server version 270. For older server versions, the old settings schema will still be used.
- Add startup-probe subcommand to operator components. The command simply resolves https://kubernetes.default.svc.cluster.local/ hostname.
- Deprecation of various feature flags. Full list will be available on the official release notes.
- Set runAsNonRoot explicitly to false if initContainer runs with root user
Full changelog will be published with the final release, including bugfixes and further smaller improvements!