Installation
For information on how to install the dynatrace-operater please visit our official Documentation.
Upgrading
The Operator can be upgraded from the last release with, the following commands.
Kubernetes (with CSI driver)
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.7.2/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.7.2/kubernetes-csi.yaml
Kubernetes (default)
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.7.2/kubernetes.yaml
Openshift (with CSI driver)
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.7.2/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.7.2/openshift-csi.yaml
Openshift (default)
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.7.2/openshift.yaml
Kubernetes (default)
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.7.2/kubernetes.yaml
Google Autopilot
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.7.2/google-autopilot.yaml
Helm
The Operator's helm chart can be upgraded from the last version with,
helm repo update
helm upgrade dynatrace-operator dynatrace/dynatrace-operator --reuse-values --atomic --version="0.7.2"
Note:
Running ´classicFullStack´ on OpenShift requires the feature flag
feature.dynatrace.com/oneagent-privileged
to be set to true. Either in the CustomResource or by annotating your existing DynaKube with:
kubectl annotate dynakube <dynakube-name> feature.dynatrace.com/oneagent-privileged=true
What's Changed
Bugfixes
- Add
labelSelector
to webhook'stopologySpreadConstraints
by @mjgrzybek in #938 - Use latest version endpoint for agent download by @chrismuellner in #937
- Fixes oneagent privileged flag by @0sewa0 in #953
- Update SCCs to match Security Context by @0sewa0 in #950
- Fixes Istio reconciliation depending on a token check that depends on Istio reconciliations by @meik99 in #956
- Sets priority to 1 for the SCCs by @0sewa0 in #959
Helm changes
Full Changelog: v0.7.1...v0.7.2