- quick start doc
- high availability doc
- relabeling configuration doc
- managing crd objects versions doc
- design and description of implementation design
- operator objects description doc
- alert relabel is not supported
- operator-sdk verson v0.19.0 + [https://github.com/operator-framework/operator-sdk]
- golang 1.13 +
- minikube or kind
start:
make run
for test execution run:
#unit tests
make test
# you need minikube for e2e, do not run it on live cluster
#e2e tests with local binary
make e2e-local