artifacthub helm/dynatrace/dynatrace-operator 1.4.0-rc.1
v1.4.0-rc.1

latest release: 1.4.0
18 days ago

⚠️ This is a pre-release, which has no official support by Dynatrace. If you run into issues with this specific release, please open a Github Issue!

Release notes for v1.4.0 will be published in our official documentation.

Installation

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

Helm (recommended)

helm upgrade dynatrace-operator oci://public.ecr.aws/dynatrace/dynatrace-operator \
  --version 1.4.0-rc.1 \
  --create-namespace --namespace dynatrace \
  --install \
  --atomic
Other upgrade/install instructions

Kubernetes

kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.4.0-rc.1/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.4.0-rc.1/kubernetes-csi.yaml

Openshift

oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.4.0-rc.1/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.4.0-rc.1/openshift-csi.yaml

Features

Dynatrace Kubernetes Node Configuration Collector (NCC)

NCC is a DaemonSet designed to collect additional data used within Dynatrace Security Posture Management for Kubernetes (KSPM).
Itis deployed via Dynatrace Operator in every monitored cluster where KSPM is enabled and collects from each node

  • File permissions and ownership
  • Process command-line parameters
  • Configuration file content

Full changelog will be published with the final release, including bugfixes and further smaller improvements!

Don't miss a new dynatrace-operator release

NewReleases is sending notifications on new releases.