tioxy / custom-kube-prometheus

Simple customization from kube-prometheus project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom kube-prometheus

This repository is intended to be a simple implementation using kube-prometheus to customize prometheus-operator default chart manifests.


If you already have Golang installed but none of the requirements, you can use these built-in helper commands to install dependencies:

make install-jsonnet
make install-jsonnetbundler
make install-gojsontoyaml


  • Generate new manifests after changing your input file. This process takes around 10s to finish.
make FILENAME=main.jsonnet MANIFESTS_FOLDER=manifests
  • Update jsonnet-bundler dependencies
make update

About

Simple customization from kube-prometheus project

License:Apache License 2.0


Languages

Language:Jsonnet 95.0%Language:Makefile 5.0%