kops/addons/prometheus-operator
Ciprian Hacman 61708eae6b Rename kops to kOps in the docs 2020-10-29 19:40:53 +02:00
..
README.md Rename kops to kOps in the docs 2020-10-29 19:40:53 +02:00
addon.yaml Update prometheus-operator to support k8sv >= 1.16.0 2020-09-30 00:07:25 +05:30
sync-repo.sh Update copyright notices 2019-09-09 14:47:51 -04:00
v0.19.0.yaml Merge pull request #6305 from bzon/master 2019-01-09 03:51:31 -08:00
v0.26.0.yaml Remove duplicate Deployment for prometheus-operator 2018-12-23 23:23:29 +00:00
v0.29.0.yaml Change versions to fix memory.limit_in_bytes: device or resource busy 2019-05-25 16:04:03 +05:30
v0.42.1.yaml Update prometheus-operator to support k8sv >= 1.16.0 2020-09-30 00:07:25 +05:30

README.md

Prometheus Operator Addon

Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes. This addon deploy prometheus-operator and kube-prometheus in a kOps cluster.

Prerequisites

Version >=0.18.0 of the Prometheus Operator requires a Kubernetes cluster of version >=1.8.0. If you are just starting out with the Prometheus Operator, it is highly recommended to use the latest version.

If you have an older version of Kubernetes and the Prometheus Operator running, we recommend upgrading Kubernetes first and then the Prometheus Operator.

Usage

Deploy To Cluster

kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/prometheus-operator/v0.26.0.yaml

Updating the addon

Run the script below.

addons/prometheus-operator/sync-repo.sh "v0.26.0"