Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 841 Bytes

HACKING.md

File metadata and controls

20 lines (15 loc) · 841 Bytes

Dynatrace OneAgent Operator

Hack on Dynatrace OneAgent Operator

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

Build and push your image

Replace REGISTRY with your Registry`s URN:

$ cd $GOPATH/src/github.com/Dynatrace/dynatrace-oneagent-operator
$ operator-sdk build REGISTRY/dynatrace-oneagent-operator
$ docker push REGISTRY/dynatrace-oneagent-operator

Deploy operator

Change the image field in ./deploy/operator.yaml to the URN of your image. Apart from that follow the instructions in the usage section above.