1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-15 08:46:44 +00:00
Commit graph

14 commits

Author SHA1 Message Date
Frederic Branczyk
edcf458e9c
*: Fix CRD generation 2018-07-02 16:54:56 +02:00
Frederic Branczyk
a641b55d67
*: Re-generate 2018-07-02 10:54:27 +02:00
Tamal Saha
39306eb830 Update client libraries to Kubernetes 1.11 2018-07-01 09:23:00 -07:00
Max Leonard Inden
afe9711ce2
prometheus: Enable live migration of rule configmaps to rule file crds
With this patch the Prometheus Operator checks if there are any
Kubernetes ConfigMaps inside the Prometheus namespace which fullfill the
`Spec.RuleSelector` requirement. If so, it creates a RuleFile for each
key in the `ConfigMap.Spec.Data` map inside the Prometheus namespace.
2018-05-31 10:47:50 +02:00
tamal
0b9724a4e0 Update client libraries to Kubernetes 1.10 2018-05-05 09:43:40 -07:00
Max Leonard Inden
51daf7711b
Make AM log level configurable 2018-04-07 16:27:00 +02:00
Frederic Branczyk
2d53e51de0
alertmanager: Allows specifying additional secrets 2018-03-23 16:16:46 +01:00
Frederic Branczyk
b9f35ff546
Merge pull request #1122 from mxinden/support-am-0.15
Support Alertmanager v0.15.0
2018-03-22 04:14:19 -04:00
Frederic Branczyk
d819104e38
*: upgrade client-go 2018-03-21 14:24:45 +01:00
Max Leonard Inden
713dd05438
Support Alertmanager v0.15.0
With Alertmanager v0.15.0 the HA command line flag prefix changes from
"mesh" to "cluster" and peer ports need to be specified. This patch
enables running Alertmanager v0.15.0 with the Prometheus operator
without breaking backward compatibility.

In addition it does the following refactoring:

- Instead of generating the stateful set for an old AM version, and then
addressing all necessary changes up to the newest version, generate an
up to date stateful set version and address any changes necessary for
backward compatibility.

- Add unit tests for the various flag changes in between Alertmanager
version.

- Add v0.15.0 mesh initialization test
2018-03-21 12:47:57 +01:00
Frederic Branczyk
ca15e870da
*: Allow listening locally and specifying additional containers 2018-03-10 17:05:00 +01:00
Antoine Legrand
200e68175a Update validation spec 2018-02-16 09:10:01 +01:00
Antoine Legrand
e61a163047 Update openapi-gen 2018-01-30 15:33:39 +01:00
Antoine Legrand
9d7d753a55 Factorize the NewCustomCRD function 2018-01-30 15:30:00 +01:00