Categorygithub.com/wingsofovnia/metrics-webhook
repository
0.0.0-20200212211434-c0d2ad24a20c
Repository: https://github.com/wingsofovnia/metrics-webhook.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

metrics-webhook

Webhook metric alerts for Kuberentes Metrics Server

Deploy

# (opt) eval $(minikube docker-env)
operator-sdk build docker.io/iovchynnikov/metrics-webhook

kubectl create -f deploy/service_account.yaml
kubectl create -f deploy/role.yaml
kubectl create -f deploy/role_binding.yaml

kubectl create -f deploy/crds/metrics.wingsofovnia.github.com_metricwebhooks_crd.yaml
kubectl create -f deploy/operator.yaml 

See deploy/minikube.*.sh scripts for Minikube deployment.

Example

See example/README.md