Commit Graph

10 Commits

Author SHA1 Message Date
paulfantom
bf9a917cfa examples: adapt examples to stop modifying prometheus object when it is not needed 2021-02-22 16:38:19 +01:00
paulfantom
1eedb90c17 jsonnet: move files around
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-01-15 15:07:10 +01:00
paulfantom
f1bd7af657 jsonnet: helmize :)
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-01-15 11:35:32 +01:00
PÁLFALVI Tamás
8b4effaba0 update examples and regenerate manifests 2020-12-30 22:50:20 +01:00
Paul Gier
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
Benjamin
a16d5b69ab Add seperate autoscaler for ksm
Signed-off-by: Benjamin <benjamin@yunify.com>
2019-10-16 16:02:44 +08:00
Matthias Loibl
3c109369d4 Add a working Travis pipeline 2019-04-15 12:17:04 +02:00
Cory O'Daniel
37a0e2b5a6 running gen in docker 2019-03-26 11:44:37 -07:00
Cory O'Daniel
6c8d948335 all the new lines 2019-03-21 10:47:40 -07:00
Cory O'Daniel
1664600b91 Moved kustomize to own jsonnet file
* [Modified] Makefile to run kustomize.jsonnet
* [Modified] Moved kustomization from example.jsonnet to
examples/kustomize.jsonnet
* [Modified] kustomization file to land at root of kube-prometheus so
current users can continue to use `kubectl apply -f manifests`
2019-03-20 09:55:27 -07:00