Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 647 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 647 Bytes

VictoriaMetrics operator

Documentation

  • quick start doc
  • design and description of implementation design
  • high availability doc
  • 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