-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Operator 0.7.0 #91
Support Operator 0.7.0 #91
Conversation
…rmat. Support rules selector
release: {{ .Release.Name }} | ||
name: alertmanager-{{ .Release.Name }} | ||
data: | ||
alertmanager.yaml: {{ include (print (dir $.Template.Name) "/_alertmanager.yaml.tpl") . | b64enc | quote }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why should alert manager.yaml
be a secret
as opposed to a configmap
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prometheus operator starting from version 0.7.0 use secrets to store configs
Never mind - you explained it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great writeup!
* master: (24 commits) Revert back exporter-kube-state into kube-prometheus deps (#105) Fix charts CI\CD (#104) Add Support for Email Alerts in Prometheus Alert Manager (#103) Prometheus 2.1 (#80) Added prometheus custom alerts chart (#102) Added prometheus exporter kubelets (#93) Added prometheus exporter kube state (#94) Added prometheus exporter kube scheduler (#95) Added prometheus exporter kube etcd (#96) Added prometheus exporter kube controller manager (#98) Added prometheus exporter kube api (#99) Added prometheus exporter kubernetes (#100) Added prometheus exporter node (#101) Added prometheus exporter kube dns (#97) Added prometheus default selectors for rules and service Monitors (#92) Support Operator 0.7.0 (#91) Bump Grafana Chart Version (#90) Add Kubernetes State Exporter for Prometheus (#85) Add Grafana (#86) Add Prometheus Operator (#81) ...
What
Why
https://github.com/coreos/prometheus-operator/releases/tag/v0.7.0