-
- Downloads
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
Showing
- README.md 23 additions, 15 deletionsREADME.md
- build.sh 1 addition, 1 deletionbuild.sh
- docs/developing-prometheus-rules-and-grafana-dashboards.md 7 additions, 2 deletionsdocs/developing-prometheus-rules-and-grafana-dashboards.md
- example.jsonnet 7 additions, 2 deletionsexample.jsonnet
- examples/kustomize.jsonnet 7 additions, 2 deletionsexamples/kustomize.jsonnet
- kustomization.yaml 12 additions, 12 deletionskustomization.yaml
- manifests/prometheus-operator-serviceMonitor.yaml 0 additions, 0 deletionsmanifests/prometheus-operator-serviceMonitor.yaml
- manifests/setup/0namespace-namespace.yaml 0 additions, 0 deletionsmanifests/setup/0namespace-namespace.yaml
- manifests/setup/prometheus-operator-0alertmanagerCustomResourceDefinition.yaml 0 additions, 0 deletions...theus-operator-0alertmanagerCustomResourceDefinition.yaml
- manifests/setup/prometheus-operator-0podmonitorCustomResourceDefinition.yaml 0 additions, 0 deletions...metheus-operator-0podmonitorCustomResourceDefinition.yaml
- manifests/setup/prometheus-operator-0prometheusCustomResourceDefinition.yaml 0 additions, 0 deletions...metheus-operator-0prometheusCustomResourceDefinition.yaml
- manifests/setup/prometheus-operator-0prometheusruleCustomResourceDefinition.yaml 0 additions, 0 deletions...eus-operator-0prometheusruleCustomResourceDefinition.yaml
- manifests/setup/prometheus-operator-0servicemonitorCustomResourceDefinition.yaml 0 additions, 0 deletions...eus-operator-0servicemonitorCustomResourceDefinition.yaml
- manifests/setup/prometheus-operator-clusterRole.yaml 0 additions, 0 deletionsmanifests/setup/prometheus-operator-clusterRole.yaml
- manifests/setup/prometheus-operator-clusterRoleBinding.yaml 0 additions, 0 deletionsmanifests/setup/prometheus-operator-clusterRoleBinding.yaml
- manifests/setup/prometheus-operator-deployment.yaml 0 additions, 0 deletionsmanifests/setup/prometheus-operator-deployment.yaml
- manifests/setup/prometheus-operator-service.yaml 0 additions, 0 deletionsmanifests/setup/prometheus-operator-service.yaml
- manifests/setup/prometheus-operator-serviceAccount.yaml 0 additions, 0 deletionsmanifests/setup/prometheus-operator-serviceAccount.yaml
- scripts/minikube-start-kvm.sh 12 additions, 0 deletionsscripts/minikube-start-kvm.sh
- scripts/minikube-start.sh 11 additions, 0 deletionsscripts/minikube-start.sh
Loading
Please register or sign in to comment