- quick start doc
- high availability doc
- relabeling configuration doc
- managing crd objects versions doc
- design and description of implementation design
- operator objects description doc
operator tested at kubernetes versions from 1.13 to 1.18
- operator-sdk verson v1.0.0 + [https://github.com/operator-framework/operator-sdk]
- golang 1.15 +
- 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