Skip to content

Aws-node-termination-handler helm chart is trying to hit /metrics endpoint even after setting enable-prometheus-server as false. #1078

Closed
@BIPLAVGHOSAL

Description

@BIPLAVGHOSAL

Describe the bug
Deployed the aws-node-termination-handler Helm chart successfully in EKS cluster, with node-termination-arguments as

enable-prometheus-server: false,
prometheus-server-port: 8080,

The Helm chart status is deployed and upon checkin the pod logs, found that it is trying to hit the /metrics endpoint for Prometheus and this gives 404 logs in the pod level.

can you please suggest after setting the enable-prometheus-server argument as false why it is trying to reach for the server endpoint ?

Steps to reproduce

Expected outcome

  • When the argument enable-prometheus-server: false, is set as false it should not automatically try to hit /metrics endpoint.

Application Logs

image

Environment

  • NTH App Version:
  • NTH Mode (IMDS/Queue processor):
  • OS/Arch: Linux
  • Kubernetes version: 1.29
  • Installation method: Helm chart update via Terraform.
  • Helm Chart appVersion : v1.22.1

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions