Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 638 Bytes

HACKING.md

File metadata and controls

29 lines (19 loc) · 638 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