Commit Graph

1710 Commits

Author SHA1 Message Date
Matthias Loibl 09293866ae Use absolut jsonnet imports whenever possible
There are still some dependencies that we need to make work to fully
deactivate the legacyImports in the future. I'll start opening PRs
against those other repositories.
2020-09-11 18:06:43 +02:00
Lili Cosic 2212ee3db6 Merge pull request #674 from metalmatze/update-deps-promop
Update dependencies and most importantly Prometheus Operator to v0.42.0
2020-09-11 13:53:55 +02:00
Matthias Loibl 2d3c10e3f7 Update dependencies and most importantly PromOp to v0.42.0 2020-09-11 13:14:22 +02:00
Frederic Branczyk e55b6a8272 Merge pull request #673 from dgrisonnet/bump-kube-rbac-proxy
Bump kube rbac proxy to v0.6.0
2020-09-10 16:31:51 +02:00
Damien Grisonnet 152c02b7f8 manifests: regenerate
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-09-10 16:15:53 +02:00
Damien Grisonnet 9e18cf2097 jsonnet: bump kube-rbac-proxy to v0.6.0
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-09-10 16:15:35 +02:00
Frederic Branczyk a6e6853f62 Merge pull request #668 from lilic/bump-1.19
Bump to kubernetes 1.19.0
2020-09-10 09:27:51 +02:00
Lili Cosic b8b92a002f Bump to kubernetes 1.19.0 2020-09-09 17:47:34 +02:00
Frederic Branczyk 911543d0ee Merge pull request #658 from andres-de-castro/argocd-examples
Argocd examples
2020-09-04 16:29:34 +02:00
Andres De Castro 4cef8bb7d9 Update argocd-basic.jsonnet
Removed EKS patch from example
2020-09-04 09:25:36 -04:00
Frederic Branczyk 44060e5f19 Merge pull request #661 from sdodson/node-exporter-max-unavailable
node-exporter: set maxUnavailable to 10%
2020-09-02 12:28:51 +02:00
Scott Dodson ddc853e1ac node-exporter: set maxUnavailable to 10%
This daemonset doesn't affect workload availability so allow its rollout to
be parallelized.
2020-09-01 15:08:45 -04:00
Paweł Krupa 88fe47b35e Merge pull request #652 from PerfectMemory/fix-probe-with-ingress-650 2020-08-31 15:09:10 +02:00
Sergiusz Urbaniak dc82316d0a Merge pull request #657 from qedsoftware/alertmanager-config-plain
Support utf8 in external file alertmanager config
2020-08-31 10:48:47 +02:00
Andres De Castro d869da16fc added entry in README.md 2020-08-28 11:39:27 -04:00
Andres De Castro 1e0ad975c1 added argocd exmaples 2020-08-28 11:35:40 -04:00
Michał Łazowik 28b717a984 Support utf8 in external file alertmanager config
This could have been achieved either by switching to stringData, or doing
`std.base64(std.encodeUTF8($._config.alertmanager.config))` as per
google/jsonnet#575

I went with the former, because it's:
1. Easier to read existing config
2. Consistent with the way jsonnet object-based config is written just above
2020-08-28 01:57:50 +02:00
Julien Pervillé 4e458eeb2a Allow prometheus to get/list/watch extensions.ingresses 2020-08-20 10:58:26 +02:00
Julien Pervillé d9d4eebd96 Add missing probeSelector: {} and probeNamespaceSelector: {} in manifests 2020-08-19 09:48:04 +02:00
Lucas Servén Marín 4f872f1e31 Merge pull request #645 from DeanBrunt/patch-1
Grammatical correction in README
2020-08-13 11:59:50 +02:00
Dean Brunt 93e692427f Grammatical correction in README 2020-08-13 10:49:56 +01:00
Frederic Branczyk 8a8595b5f3 Merge pull request #628 from lilic/unpin-jb
Pin back to master and bump prometheus-operator to 0.41.1
2020-08-12 15:04:47 +02:00
Lili Cosic cce58b9514 manifests: Regenerate 2020-08-12 13:09:12 +02:00
Lili Cosic be50fc2453 jsonnetfile.lock.json: Update 2020-08-12 13:09:05 +02:00
Frederic Branczyk f108af7fda Merge pull request #638 from KingJ/sidecar-servicemonitor
Thanos Sidecar Exposure and Scraping via ServiceMonitor
2020-08-11 09:31:05 +02:00
KingJ c62b9569d9 Thanos Sidecar Exposure and Scraping
Expose the Thanos Sidecar's HTTP metrics and gRPC StoreAPI interfaces via a dedicated service. ClusterIP is set to none to allow for full discovery of all endpoints behind the service via in-cluster DNS. This allows for a new ServiceMonitor to then scrape the metrics available on the Sidecar's HTTP port.

A new service has been used so as to separate out the metrics that Prometheus makes available, and the metrics the Thanos Sidecar makes available. The Thanos Mixins from thanos-io/thanos default to a job label of 'thanos-sidecar', and hence the service here has had this label applied.
2020-08-09 17:11:46 +01:00
Frederic Branczyk 0edb796d57 Merge pull request #634 from lilic/adjust-prom-operator-alerts
jsonnet/prometheus-operator.libsonnet: Adjust alerts range
2020-08-06 13:49:48 +02:00
Lili Cosic 16778e0f9f manifests/prometheus-rules.yaml: Regenerate 2020-08-06 10:57:41 +02:00
Lili Cosic 5417071d15 jsonnet/prometheus-operator.libsonnet: Adjust alerts range 2020-08-06 10:56:11 +02:00
Lili Cosic 9cc4430369 manifests: Regenerate 2020-08-06 10:04:25 +02:00
Lili Cosic 6c47a6e898 jsonnet/kube-prometheus/kube-state-metrics: Bump version 2020-08-06 10:04:25 +02:00
Lili Cosic 490580dde7 kustomization.yaml, manifests/*: Regenerate files 2020-08-06 10:04:25 +02:00
Lili Cosic e254781636 jsonnet/kube-prometheus/jsonnetfile.json: Pin to master 2020-08-06 10:04:24 +02:00
Lili Cosic d4f8ffcd03 go.sum,mod: Bump jb to latest release 2020-08-06 10:03:57 +02:00
Paweł Krupa 055d378db3 Merge pull request #630 from paulfantom/migration 2020-08-05 16:04:16 +02:00
paulfantom 87fcf52469 Adjust links after repository migration 2020-08-05 15:50:40 +02:00
Sergiusz Urbaniak 7d5d6d6a63 Merge pull request #626 from s-urbaniak/release-0.6
pin release0.6 release
v0.6.0
2020-07-31 12:12:05 +02:00
Sergiusz Urbaniak 2932a74170 README: update compatibility matrix 2020-07-31 10:52:40 +02:00
Sergiusz Urbaniak 685a85e3e0 jb update, manifests: generate 2020-07-31 10:18:24 +02:00
Sergiusz Urbaniak 2326773ee1 jsonnet/kube-prometheus: pin depdencies 2020-07-31 10:18:24 +02:00
Frederic Branczyk f0955e0540 Merge pull request #623 from brancz/add-kubelet-probes-metrics
Add scraping of endpoint for kubelet probe metrics
2020-07-29 12:57:28 +02:00
Frederic Branczyk 7c35752e3f Add scraping of endpoint for kubelet probe metrics 2020-07-29 11:49:52 +02:00
Frederic Branczyk df3bfc6575 Merge pull request #622 from brancz/po-metrics
prometheus-adapter: Collect metrics from Prometheus Adapter
2020-07-29 11:45:00 +02:00
Frederic Branczyk b51b9b983f prometheus-adapter: Collect metrics from Prometheus Adapter 2020-07-29 11:38:42 +02:00
Frederic Branczyk 6771c9bcc2 Merge pull request #616 from paulfantom/ciphers
Update default ciphers used by kube-rbac-proxy
2020-07-28 09:31:20 +02:00
paulfantom 63ad66e3f3 manifests: regenerate 2020-07-28 08:49:27 +02:00
paulfantom 8f85949438 jsonnet: update kube-rbac-proxy ciphers 2020-07-28 08:49:21 +02:00
Frederic Branczyk 2539ba9548 Merge pull request #621 from tafkam/master
secure metrics port for scheduler and controller-manager
2020-07-27 10:46:17 +02:00
root 3a6a0d0837 make generate 2020-07-27 10:29:31 +02:00
tafkam 6dfbcf35f2 port https-metrics 2020-07-27 10:27:14 +02:00