bugfix:更新prometheus artifact到version 25.8.2
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -4,7 +4,7 @@ metadata:
|
||||
name: prometheus
|
||||
namespace: kube-system
|
||||
spec:
|
||||
chart: https://%{KUBERNETES_API}%/static/charts/prometheus-15.16.1.tgz
|
||||
chart: https://%{KUBERNETES_API}%/static/charts/prometheus-25.8.2.tgz
|
||||
targetNamespace: tsg-os-system
|
||||
valuesContent: |-
|
||||
kube-state-metrics:
|
||||
@@ -29,22 +29,23 @@ spec:
|
||||
alertmanager:
|
||||
image:
|
||||
pullPolicy: Never
|
||||
nodeExporter:
|
||||
image:
|
||||
pullPolicy: Never
|
||||
pushgateway:
|
||||
prometheus-pushgateway:
|
||||
nameOverride: pushgateway
|
||||
image:
|
||||
pullPolicy: Never
|
||||
|
||||
nodeExporter:
|
||||
prometheus-node-exporter:
|
||||
nameOverride: node-exporter
|
||||
image:
|
||||
pullPolicy: Never
|
||||
service:
|
||||
annotations:
|
||||
prometheus.io/scrape: "true"
|
||||
tsg/monitor: "true"
|
||||
extraArgs:
|
||||
collector.ethtool:
|
||||
collector.ethtool.device-include: ".*"
|
||||
collector.ethtool.metrics-include: ".*"
|
||||
- --collector.ethtool
|
||||
- --collector.ethtool.device-include=.*
|
||||
- --collector.ethtool.metrics-include=.*
|
||||
|
||||
serverFiles:
|
||||
prometheus.yml:
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
- name: "copy prometheus chart to dest"
|
||||
copy:
|
||||
src: "{{ role_path }}/files/prometheus/prometheus-15.16.1.tgz"
|
||||
src: "{{ role_path }}/files/prometheus/prometheus-25.8.2.tgz"
|
||||
dest: /var/lib/rancher/k3s/server/static/charts/
|
||||
|
||||
- name: "get prometheus chart images to dest"
|
||||
@@ -37,12 +37,7 @@
|
||||
url_username: "{{ lookup('env', 'PULP_REPO_USERNAME') }}"
|
||||
url_password: "{{ lookup('env', 'PULP_REPO_PASSWORD') }}"
|
||||
loop:
|
||||
- prometheus-alertmanager.tar
|
||||
- prometheus-config-reload.tar
|
||||
- prometheus-node-exporter.tar
|
||||
- prometheus-pushgateway.tar
|
||||
- prometheus.tar
|
||||
- kube-state-metrics.tar
|
||||
- prometheus-v25.8.2.tar
|
||||
|
||||
#### mrzcpd exporter start
|
||||
- name: "copy chart directory to dest"
|
||||
|
||||
Reference in New Issue
Block a user