Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 633 Bytes

HACKING.md

File metadata and controls

30 lines (19 loc) · 633 Bytes

Dynatrace Operator

Hack on Dynatrace Operator

Operator SDK is the underlying framework for Dynatrace Operator. The operator-sdk tool needs to be installed upfront as outlined in the Operator SDK User Guide.

Installation

There are automatic builds from the master branch. The latest development build can be installed as follows:

Kubernetes

make deploy/kubernetes

OpenShift

make deploy/openshift

Tests

The unit tests can be executed as follows:

make go/test