Commit Graph

13 Commits

Author SHA1 Message Date
Frederic Branczyk
9e11e17a71 *: normalize namings 2017-03-03 16:43:52 +01:00
Frederic Branczyk
d4b581fa49 use ServiceMonitors to generate Prometheus Kubernetes config 2017-02-28 10:42:33 +01:00
Frederic Branczyk
a468d489d6 hack/cluster-monitoring: hide expected errors and print meaning 2017-01-03 14:42:44 +01:00
Frederic Branczyk
9e319acaa9 hack/*: use kubectl apply where possible
There is an issue with kubectl apply and third party resources, so for
the time being we use create for TPRs, but apply for all manifests that
it can handle.
2017-01-03 13:22:40 +01:00
Chance Zibolski
c845c3c96b Don't pass $KUBECONFIG to kubectl --kubeconfig flag
The $KUBECONFIG variable is like $PATH, and supports multiple files
separated by `:`, but --kubeconfig only takes a single file as a value.
Since kubectl picks up the $KUBECONFIG variable already, don't pass it
to kubectl.

Also, use --namespace instead of -n to support older kubectl versions.
2016-12-30 11:39:25 -08:00
Frederic Branczyk
a200051578 *: cleanup and unify minikube and self-hosted discovery 2016-12-23 20:06:32 +01:00
Frederic Branczyk
b867f6c9ec correctly discover the Alertmanager cluster and ServiceMonitors 2016-12-12 23:01:30 -08:00
Fabian Reinartz
043131a77c Fix example-app manifests 2016-11-02 10:17:56 -07:00
Fabian Reinartz
2f4c847143 Remove remaining 'controller' occurrences 2016-11-01 13:27:07 -07:00
Fabian Reinartz
74a80cd19e remove xtrace 2016-10-24 17:12:30 +02:00
Fabian Reinartz
7b92c0289a Add roadmap, fix manifests, improve hack scripts 2016-10-24 13:44:12 +02:00
Fabian Reinartz
79ed777dea Fix typos 2016-10-21 11:56:21 +02:00
Fabian Reinartz
1a3bc51bba Document cluster monitoring 2016-10-20 17:10:47 +02:00