Paul Gier and GitHub
28332b410a
Merge pull request #538 from pgier/update-compat-matrix-for-release-0.4
...
update compatibility matrix with note for release-0.4
2020-05-20 13:49:49 -05:00
Paul Gier
0983947755
update compatibility matrix with note for release-0.4
2020-05-20 11:16:42 -05:00
Paul Gier and GitHub
d288206d06
Merge pull request #526 from pgier/update-generated-files
...
update generated files for prometheus operator v0.39.0
2020-05-13 10:37:36 -05:00
Paul Gier
6742260399
update generated files for prometheus operator v0.39.0
2020-05-12 17:38:11 -05:00
Paul Gier
b40e70065b
update generated files for node exporter ignored filesystems
2020-05-12 17:20:24 -05:00
Paul Gier
d1690d95f7
node_exporter: remove outdated comment and CLI arg
...
The ignored filesystem types now matches the default, so the
comment and arg can be removed.
2020-05-12 17:14:05 -05:00
Paul Gier
69b6883033
node-exporter: ignore kubelet pod mounts
...
Ignore kubelet pod filesystem mounts of the form:
/var/lib/kubelet/pods/1b260ce7-e75d-44d4-8409-922d2bd0851f/volumes...
Metrics for these volumes are available via the kubelet_volume_stats*
metrics.
2020-05-12 17:12:36 -05:00
Paul Gier
4840cdcb66
Revert "Remove field preserveUnknownFields from CRDs"
...
This reverts commit cdaaf3d51c .
2020-05-05 14:15:18 -05:00
Paul Gier and GitHub
75c532df17
Merge pull request #466 from pgier/prometheus-operator-v0.38.0
...
update prometheus-operator to v0.38.0
2020-03-23 11:43:27 -05:00
Paul Gier
09813bea10
update prometheus-operator to v0.38.0
2020-03-23 10:49:14 -05:00
Paul Gier
d24cf329d2
update prometheus-operator to v0.37.0
2020-03-03 11:55:51 -06:00
Paul Gier and GitHub
60dcc3a86b
Merge pull request #429 from russorat/k8s-1.17
...
Updating to latest k8s version in minikube start
2020-03-03 08:32:16 -06:00
Paul Gier
199d619741
Makefile: lock jsonnet-bundler version
...
The new version (v0.3.1) of jsonnet bundler causes some changes
to go.mod and jsonnetfile.json. The build should 'go get' a
specific version instead of the latest to prevent new releases
from breaking existing builds.
2020-03-02 21:11:11 -06:00
Paul Gier and GitHub
8b0b0bc514
Merge pull request #412 from pgier/prometheus-operator-v0.36.0
...
Prometheus operator v0.36.0
2020-02-11 11:04:23 -06:00
Paul Gier
6a2cc72573
remove preserveUnknownFields from thanos CRD
...
This keeps the CRD compatible with kubernetes v1.14 and earlier
2020-02-11 10:13:25 -06:00
Paul Gier
bb0ca63533
upgrade prometheus-operator to v0.36.0
2020-02-11 09:46:06 -06:00
Paul Gier
d8b4d25f9a
update jsonnet dependencies
2020-02-11 09:46:06 -06:00
Paul Gier and GitHub
0ed3f70014
Merge pull request #404 from olegmayko/master
...
Use kube-state-metrics jsonnet dependency #369
2020-02-11 09:45:27 -06:00
Paul Gier and GitHub
5cabd5eeda
Merge pull request #410 from gjkim42/experimental/custom-metrics-api
...
experimental/custom-metrics-api: Fix deprecated query for k8s 1.16
2020-02-11 08:57:21 -06:00
Paul Gier and GitHub
95a853c531
Merge pull request #408 from pgier/optionally-disable-crd-pruning
...
Remove preserveUnknownField CRD setting
2020-02-11 08:41:42 -06:00
Paul Gier
cdaaf3d51c
Remove field preserveUnknownFields from CRDs
...
This allows compatiblity with kubernetes v1.14 and earlier.
2020-02-07 14:40:56 -06:00
Paul Gier
59de4a911b
update jsonnet dependencies
...
Includes prometheus-operator v0.35.1 which should fix the statefulset
crash loop issue #2950
2020-02-06 16:39:31 -06:00
Paul Gier
33c7e23ccd
go mod tidy
2020-02-06 16:13:24 -06:00
Paul Gier
92212085c6
Makefile: set bash -o pipefail
...
Fails if any command in a pipe fails. Similar to the
prometheus-operator Makefile.
2020-02-06 16:11:13 -06:00
Paul Gier
37c8d369ee
generate jsonnet-bundler binary if it's not available
...
Also locks jsonnet-bundler to version v0.2.0
2020-02-06 16:11:09 -06:00
Paul Gier and GitHub
5774353d24
Merge pull request #403 from pgier/prometheus-operator-v0.35
...
Prometheus operator v0.35
2020-02-04 11:23:19 -06:00
Paul Gier
7292f0950a
update prometheus-operator to v0.35.0
2020-02-03 14:31:33 -06:00
Paul Gier
e3174aef84
update jsonnet dependencies
2020-02-03 14:21:58 -06:00
Paul Gier
1d1ce4967f
lock prometheus-operator jsonnet dependencies to release-0.34 branch
...
This prevents mismatch between prometheus-operator binary and related
CRD yaml files.
2020-01-06 09:16:42 -06:00
Paul Gier
ebb960ee5e
update generated files for kube-state-metrics 1.7.2 -> 1.8.0
2019-10-24 15:02:29 -05:00
Paul Gier
f72d49ca26
update kube-state-metrics 1.7.2 -> 1.8.0
2019-10-24 15:01:46 -05:00
Paul Gier and Frederic Branczyk
c8273cf9e9
Scripts and readme ( #258 )
...
* Avoid race condition when deploying quickstart example
The namespace and CRD creation must happen before any dependent objects
are created. So we can put these in a separate directory (manifest/setup)
so they can be created before the other objects.
Some minor updates to the README and added a couple of scripts
for the quickstarts
Update travis script to avoid race condition
Signed-off-by: Paul Gier <pgier@redhat.com >
* simplify the example quickstart script and improve readme
Signed-off-by: Paul Gier <pgier@redhat.com >
* increase minikube memory to 6g for quickstart example
2019-10-23 08:38:31 +02:00