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.
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
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.