Commit Graph
8 Commits
Author SHA1 Message Date
Paul GierandGitHub e8e1109d98 Merge pull request #536 from pgier/release-0.4-prom-oper-v0.35.1
Release 0.4 prom oper v0.35.1
2020-05-20 13:50:15 -05:00
Paul Gier 6f9be95aa6 tests: update compatibility tests to use k8s v1.16.2
There is a bug in v1.16.1 and v1.16.0 which causes the API server to
panic when it encounters `x-kubernetes-int-or-string` in a CRD.
So we should test with v1.16.2 or higher instead.

https://github.com/kubernetes/kubernetes/issues/83778
2020-05-20 11:07:15 -05:00
Paul Gier 0c3ddbeaf5 update generated files for prometheus operator v0.35.1 2020-05-18 16:56:26 -05:00
Paul Gier 96395d9476 jsonnet: update prometheus-operator to v0.35 2020-05-18 16:56:21 -05: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 GierandFrederic 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