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.
There are automatic builds from the master branch. The latest development build can be installed as follows:
make deploy/kubernetes
make deploy/openshift
The unit tests can be executed as follows:
make go/test