Skip to content

VictoriaMetrics/operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

13e3774 · Jul 25, 2020

History

85 Commits
Jul 25, 2020
Jul 24, 2020
Jul 24, 2020
Jul 24, 2020
Jul 24, 2020
Jul 25, 2020
Jul 25, 2020
Jul 25, 2020
Jul 24, 2020
Jul 24, 2020
Jul 25, 2020
Jul 25, 2020
May 9, 2020
May 9, 2020
Jul 25, 2020
Jul 25, 2020
Jul 24, 2020
May 9, 2020
Jul 25, 2020
Jul 24, 2020
Jul 25, 2020
Jul 24, 2020
Jul 24, 2020
Jul 24, 2020
May 9, 2020
Jul 18, 2020

Repository files navigation

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