fix(monitoring): use patched idrac exporter with PSU input voltage metric
The upstream ghcr.io/mrlhansen/idrac_exporter:2.4.1 is missing NewPowerSupplyInputVoltage in RefreshPowerOld, so the R730 iDRAC never emits idrac_power_supply_input_voltage. Switch to the patched viktorbarzin/idrac-redfish-exporter:2.4.1-voltage-fix image.
This commit is contained in:
parent
b6bc51b42b
commit
6a2bee93b5
1 changed files with 3 additions and 2 deletions
|
|
@ -62,8 +62,9 @@ resource "kubernetes_deployment" "idrac-redfish" {
|
|||
priority_class_name = "tier-1-cluster"
|
||||
container {
|
||||
# https://github.com/mrlhansen/idrac_exporter?tab=readme-ov-file
|
||||
# Pinned tag — Kyverno policy sets imagePullPolicy: IfNotPresent
|
||||
image = "ghcr.io/mrlhansen/idrac_exporter:2.4.1"
|
||||
# Patched v2.4.1 - restored missing idrac_power_supply_input_voltage metric
|
||||
# See: https://github.com/mrlhansen/idrac_exporter/issues/176
|
||||
image = "viktorbarzin/idrac-redfish-exporter:2.4.1-voltage-fix"
|
||||
name = "redfish-exporter"
|
||||
port {
|
||||
container_port = 9610
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue