1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 01:06:27 +00:00
Commit graph

13 commits

Author SHA1 Message Date
Tamal Saha
39306eb830 Update client libraries to Kubernetes 1.11 2018-07-01 09:23:00 -07:00
Frederic Branczyk
fb32e57837
*: Rename RuleFile to PrometheusRule 2018-06-05 13:34:13 +02:00
Max Leonard Inden
89fc4e3069
prometheus: Introduce RuleFile Custom Resource Definition
This patch introduces a new Custom Resource Definition to the
Prometheus Operator - the Rule CRD. It addresses two main
needs:

1. Prometheus (alerting and recording) Rule validation during creation time
via Kubernetes Custom Resource Definition validation.

2. Life-cycle management of Prometheus application Rules alongside the
application itself, inside the applications Kubernetes namespace, not
necessarily the namespace of the scraping Prometheus instance.

A user defines Prometheus alerting and recording Rules via a Kubernetes
Custom Resource Definition. These Custom Resource Definitions can be
fully validated by the Kubernetes API server during creation time via
automatically generated OpenAPI specifications. Instead of the
restriction of a Prometheus instance to only select Rule definitions
inside its own namespace, the Prometheus specification is extended to
also specify namespaces to look for Rule Custom Resource Definitions
outside its own namespace.

---

Dependent technical changes:

- prometheus: Use github.com/jimmidyson/configmap-reload to reload rules

- prometheus: Remove Prometheus Statefulset deletion function. Starting
with K8s >=1.8 this is handled via OwnerReferences.

- prometheus: Do not add rule files checksum to Prometheus configuration
secret

- prometheus: Update StatefulSet only on relevant changes. Instead of
updating the Prometheus StatefulSet on every `sync()` run, only update
it if the input parameters to `makeStatefulSet` change.  Enforce this
via a checksum of the parameters which is saved inside the annotations
of the statefulset.

- e2e/prometheus: Check how often resources (Secret, ConfigMap,
Prometheus CRD, Service) are updated to enforce that Prometheus Operator
only updated created resources if necessary.

- contrib/prometheus-config-reloader: Remove logic to retriev K8s
ConfigMaps. These are mounted into the pod right away now.
2018-05-18 16:27:20 +02:00
Antoine Legrand
9d7d753a55 Factorize the NewCustomCRD function 2018-01-30 15:30:00 +01:00
Antoine Legrand
33bf31dc08 Vendor the crd-validation packages 2018-01-30 15:29:57 +01:00
Antoine Legrand
348fd1636f Generate CRD Validation spec 2018-01-30 15:29:56 +01:00
Antoine Legrand
982f24c22e Add option to include Validation Spec to CRDs 2018-01-30 15:29:56 +01:00
Frederic Branczyk
04bee84aec
*: Autogenerate DeepCopy methods 2017-12-22 15:01:54 +01:00
Max Leonard Inden
df84b7c4fd
Vendoring kubernetes/client-go 1.8 2017-11-30 13:35:36 +01:00
Antoine Legrand
f99b25bdda Add default for crd-kinds 2017-11-16 09:25:35 +01:00
Antoine Legrand
d9e94acdb4 Add option to customize CRD Kinds 2017-11-08 18:33:09 +01:00
Frederic Branczyk
2f582be7c4
*: ensure using crdgroup flag in monitoring client 2017-10-17 10:48:05 +02:00
Frederic Branczyk
c6d98a2a97
client: introduce v1 client 2017-08-22 12:53:35 +02:00