Skip to content

dynatrace-operator-v0.3.0

Compare
Choose a tag to compare
@chrismuellner chrismuellner released this 26 Nov 12:16
· 1 commit to release-dto-0.3 since this release
c10ddc2

Features

  • applicationMonitoring: The Dynatrace Operator now supports a webhook based injection mechanism for automatic-app-only injection
  • hostMonitoring: The Dynatrace Operator now supports only monitoring the host in the cluster without app-only injection
  • cloudNativeFullStack: combination of applicationMonitoring and hostMonitoring

More information on the corresponding dynatrace-operator release here.

Installation

The Operator's helm chart can be installed with:

$ helm repo add dynatrace https://raw.githubusercontent.com/Dynatrace/helm-charts/master/repos/stable
$ kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.3.0/dynatrace.com_dynakubes.yaml
$ helm install dynatrace-operator dynatrace/dynatrace-operator -f <values.yaml> --version="v0.3.0" --atomic

Upgrading

The Operator's helm chart can be upgraded from 0.2.x with:

$ helm repo update
$ kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.3.0/dynatrace.com_dynakubes.yaml
$ helm upgrade dynatrace-operator dynatrace/dynatrace-operator --reuse-values --version="v0.3.0" --atomic