Skip to content
Snippets Groups Projects
Commit 81c0d2f4 authored by Fabian Reinartz's avatar Fabian Reinartz Committed by GitHub
Browse files

Merge pull request #59 from brancz/normalization

*: normalize namings
parents 333bd234 9e11e17a
No related branches found
No related tags found
No related merge requests found
Showing
with 6 additions and 5 deletions
...@@ -135,4 +135,4 @@ monitoring etcd-k8s 172.17.4.51:2379 ...@@ -135,4 +135,4 @@ monitoring etcd-k8s 172.17.4.51:2379
``` ```
## Other Documentation ## Other Documentation
[Install Docs for a cluster created with KOPS on AWS](docs/KOPSonAWS.md) [Install Docs for a cluster created with KOPS on AWS](docs/KOPSonAWS.md)
\ No newline at end of file
...@@ -27,7 +27,7 @@ kctl apply -f manifests/exporters ...@@ -27,7 +27,7 @@ kctl apply -f manifests/exporters
kctl apply -f manifests/grafana kctl apply -f manifests/grafana
kctl apply -f manifests/prometheus/prometheus-k8s-rules.yaml kctl apply -f manifests/prometheus/prometheus-k8s-rules.yaml
kctl apply -f manifests/prometheus/prometheus-k8s-svc.yaml kctl apply -f manifests/prometheus/prometheus-k8s-service.yaml
kctl apply -f manifests/alertmanager/alertmanager-config.yaml kctl apply -f manifests/alertmanager/alertmanager-config.yaml
kctl apply -f manifests/alertmanager/alertmanager-service.yaml kctl apply -f manifests/alertmanager/alertmanager-service.yaml
...@@ -35,7 +35,7 @@ kctl apply -f manifests/alertmanager/alertmanager-service.yaml ...@@ -35,7 +35,7 @@ kctl apply -f manifests/alertmanager/alertmanager-service.yaml
# `kubectl apply` is currently not working for third party resources so we are # `kubectl apply` is currently not working for third party resources so we are
# using `kubectl create` here for the time being. # using `kubectl create` here for the time being.
# (https://github.com/kubernetes/kubernetes/issues/29542) # (https://github.com/kubernetes/kubernetes/issues/29542)
kctl create -f manifests/prometheus/prometheus-k8s-servicemonitor.yaml kctl create -f manifests/prometheus/prometheus-k8s-servicemonitors.yaml
kctl create -f manifests/prometheus/prometheus-k8s.yaml kctl create -f manifests/prometheus/prometheus-k8s.yaml
kctl create -f manifests/alertmanager/alertmanager.yaml kctl create -f manifests/alertmanager/alertmanager.yaml
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
kubectl create configmap --dry-run=true prometheus-k8s-rules --from-file=assets/prometheus/rules/ -oyaml > manifests/prometheus/prometheus-k8s-rules.yaml kubectl create configmap --dry-run=true prometheus-k8s-rules --from-file=assets/prometheus/rules/ -oyaml > manifests/prometheus/prometheus-k8s-rules.yaml
# Generate Dashboard ConfigMap # Generate Dashboard ConfigMap
kubectl create configmap --dry-run=true grafana-dashboards --from-file=assets/grafana/ -oyaml > manifests/grafana/grafana-cm.yaml kubectl create configmap --dry-run=true grafana-dashboards --from-file=assets/grafana/ -oyaml > manifests/grafana/grafana-dashboards.yaml
...@@ -16,7 +16,7 @@ spec: ...@@ -16,7 +16,7 @@ spec:
image: quay.io/coreos/prometheus-operator:v0.6.0 image: quay.io/coreos/prometheus-operator:v0.6.0
args: args:
- "--kubelet-object=kube-system/kubelet" - "--kubelet-object=kube-system/kubelet"
- "--config-reloader-image=quay.io/coreos/configmap-reload:latest" - "--config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1"
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
......
...@@ -5,6 +5,7 @@ metadata: ...@@ -5,6 +5,7 @@ metadata:
labels: labels:
prometheus: k8s prometheus: k8s
spec: spec:
replicas: 2
version: v1.5.2 version: v1.5.2
serviceMonitorSelector: serviceMonitorSelector:
matchExpression: matchExpression:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment