* 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
69 lines
3.4 KiB
YAML
69 lines
3.4 KiB
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ./manifests/alertmanager-alertmanager.yaml
|
|
- ./manifests/alertmanager-secret.yaml
|
|
- ./manifests/alertmanager-service.yaml
|
|
- ./manifests/alertmanager-serviceAccount.yaml
|
|
- ./manifests/alertmanager-serviceMonitor.yaml
|
|
- ./manifests/grafana-dashboardDatasources.yaml
|
|
- ./manifests/grafana-dashboardDefinitions.yaml
|
|
- ./manifests/grafana-dashboardSources.yaml
|
|
- ./manifests/grafana-deployment.yaml
|
|
- ./manifests/grafana-service.yaml
|
|
- ./manifests/grafana-serviceAccount.yaml
|
|
- ./manifests/grafana-serviceMonitor.yaml
|
|
- ./manifests/kube-state-metrics-clusterRole.yaml
|
|
- ./manifests/kube-state-metrics-clusterRoleBinding.yaml
|
|
- ./manifests/kube-state-metrics-deployment.yaml
|
|
- ./manifests/kube-state-metrics-role.yaml
|
|
- ./manifests/kube-state-metrics-roleBinding.yaml
|
|
- ./manifests/kube-state-metrics-service.yaml
|
|
- ./manifests/kube-state-metrics-serviceAccount.yaml
|
|
- ./manifests/kube-state-metrics-serviceMonitor.yaml
|
|
- ./manifests/node-exporter-clusterRole.yaml
|
|
- ./manifests/node-exporter-clusterRoleBinding.yaml
|
|
- ./manifests/node-exporter-daemonset.yaml
|
|
- ./manifests/node-exporter-service.yaml
|
|
- ./manifests/node-exporter-serviceAccount.yaml
|
|
- ./manifests/node-exporter-serviceMonitor.yaml
|
|
- ./manifests/prometheus-adapter-apiService.yaml
|
|
- ./manifests/prometheus-adapter-clusterRole.yaml
|
|
- ./manifests/prometheus-adapter-clusterRoleAggregatedMetricsReader.yaml
|
|
- ./manifests/prometheus-adapter-clusterRoleBinding.yaml
|
|
- ./manifests/prometheus-adapter-clusterRoleBindingDelegator.yaml
|
|
- ./manifests/prometheus-adapter-clusterRoleServerResources.yaml
|
|
- ./manifests/prometheus-adapter-configMap.yaml
|
|
- ./manifests/prometheus-adapter-deployment.yaml
|
|
- ./manifests/prometheus-adapter-roleBindingAuthReader.yaml
|
|
- ./manifests/prometheus-adapter-service.yaml
|
|
- ./manifests/prometheus-adapter-serviceAccount.yaml
|
|
- ./manifests/prometheus-clusterRole.yaml
|
|
- ./manifests/prometheus-clusterRoleBinding.yaml
|
|
- ./manifests/prometheus-operator-serviceMonitor.yaml
|
|
- ./manifests/prometheus-prometheus.yaml
|
|
- ./manifests/prometheus-roleBindingConfig.yaml
|
|
- ./manifests/prometheus-roleBindingSpecificNamespaces.yaml
|
|
- ./manifests/prometheus-roleConfig.yaml
|
|
- ./manifests/prometheus-roleSpecificNamespaces.yaml
|
|
- ./manifests/prometheus-rules.yaml
|
|
- ./manifests/prometheus-service.yaml
|
|
- ./manifests/prometheus-serviceAccount.yaml
|
|
- ./manifests/prometheus-serviceMonitor.yaml
|
|
- ./manifests/prometheus-serviceMonitorApiserver.yaml
|
|
- ./manifests/prometheus-serviceMonitorCoreDNS.yaml
|
|
- ./manifests/prometheus-serviceMonitorKubeControllerManager.yaml
|
|
- ./manifests/prometheus-serviceMonitorKubeScheduler.yaml
|
|
- ./manifests/prometheus-serviceMonitorKubelet.yaml
|
|
- ./manifests/setup/0namespace-namespace.yaml
|
|
- ./manifests/setup/prometheus-operator-0alertmanagerCustomResourceDefinition.yaml
|
|
- ./manifests/setup/prometheus-operator-0podmonitorCustomResourceDefinition.yaml
|
|
- ./manifests/setup/prometheus-operator-0prometheusCustomResourceDefinition.yaml
|
|
- ./manifests/setup/prometheus-operator-0prometheusruleCustomResourceDefinition.yaml
|
|
- ./manifests/setup/prometheus-operator-0servicemonitorCustomResourceDefinition.yaml
|
|
- ./manifests/setup/prometheus-operator-clusterRole.yaml
|
|
- ./manifests/setup/prometheus-operator-clusterRoleBinding.yaml
|
|
- ./manifests/setup/prometheus-operator-deployment.yaml
|
|
- ./manifests/setup/prometheus-operator-service.yaml
|
|
- ./manifests/setup/prometheus-operator-serviceAccount.yaml
|