Skip to content
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

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

Open
BIPLAVGHOSAL opened this issue Oct 16, 2024 · 0 comments

Comments

@BIPLAVGHOSAL
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant