Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 767 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 767 Bytes

VictoriaMetrics operator

Documentation

  • quick start doc
  • high availability doc
  • relabeling configuration doc
  • managing crd objects versions doc
  • design and description of implementation design
  • operator objects description doc

limitations

  • alert relabel is not supported

development

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