github Dynatrace/dynatrace-operator v0.11.0

latest releases: v1.3.0-rc.1, v1.2.2, v1.2.1...
17 months ago

Warning
There is a known issue with this release and it should no be used in production. Please consider skipping this release and we are currently on it to release a fix version. It can happen that you may experience ImagePullBackoff scenarios for your oneAgent Pods, which means you will not have monitoring guaranteed.

Installation

For information on how to install the dynatrace-operator please visit our official Documentation.

Upgrade instructions

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.11.0/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.0/kubernetes-csi.yaml

Kubernetes (default)

kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.0/kubernetes.yaml

Openshift (with CSI driver)

oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.0/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.0/openshift-csi.yaml

Openshift (default)

oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.11.0/openshift.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.11.0"

What's Changed

Release Notes can be found in our official Documentation.

Don't miss a new dynatrace-operator release

NewReleases is sending notifications on new releases.