Update Prometheus, Grafana, kube-state-metrics addons
This commit is contained in:
parent
996bdd9112
commit
24e63bd134
|
@ -7,6 +7,12 @@ Notable changes between versions.
|
||||||
* Update Cilium from v1.9.6 to [v1.10.0](https://github.com/cilium/cilium/releases/tag/v1.10.0)
|
* Update Cilium from v1.9.6 to [v1.10.0](https://github.com/cilium/cilium/releases/tag/v1.10.0)
|
||||||
* Update Calico from v3.19.0 to [v3.19.1](https://github.com/projectcalico/calico/releases/tag/v3.19.1)
|
* Update Calico from v3.19.0 to [v3.19.1](https://github.com/projectcalico/calico/releases/tag/v3.19.1)
|
||||||
|
|
||||||
|
### Addons
|
||||||
|
|
||||||
|
* Update kube-state-metrics from v2.0.0 to [v2.1.0](https://github.com/kubernetes/kube-state-metrics/releases/tag/v2.1.0)
|
||||||
|
* Update Prometheus from v2.27.0 to [v2.27.1](https://github.com/prometheus/prometheus/releases/tag/v2.27.1)
|
||||||
|
* Update Grafana from v7.5.6 to [v7.5.7](https://github.com/grafana/grafana/releases/tag/v7.5.7)
|
||||||
|
|
||||||
### Fedora CoreOS
|
### Fedora CoreOS
|
||||||
|
|
||||||
#### AWS
|
#### AWS
|
||||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: docker.io/grafana/grafana:7.5.6
|
image: docker.io/grafana/grafana:7.5.7
|
||||||
env:
|
env:
|
||||||
- name: GF_PATHS_CONFIG
|
- name: GF_PATHS_CONFIG
|
||||||
value: "/etc/grafana/custom.ini"
|
value: "/etc/grafana/custom.ini"
|
||||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
||||||
serviceAccountName: prometheus
|
serviceAccountName: prometheus
|
||||||
containers:
|
containers:
|
||||||
- name: prometheus
|
- name: prometheus
|
||||||
image: quay.io/prometheus/prometheus:v2.27.0
|
image: quay.io/prometheus/prometheus:v2.27.1
|
||||||
args:
|
args:
|
||||||
- --web.listen-address=0.0.0.0:9090
|
- --web.listen-address=0.0.0.0:9090
|
||||||
- --config.file=/etc/prometheus/prometheus.yaml
|
- --config.file=/etc/prometheus/prometheus.yaml
|
||||||
|
|
|
@ -25,7 +25,7 @@ spec:
|
||||||
serviceAccountName: kube-state-metrics
|
serviceAccountName: kube-state-metrics
|
||||||
containers:
|
containers:
|
||||||
- name: kube-state-metrics
|
- name: kube-state-metrics
|
||||||
image: k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.0.0
|
image: k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.1.0
|
||||||
ports:
|
ports:
|
||||||
- name: metrics
|
- name: metrics
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
|
Loading…
Reference in New Issue