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

Furyctl(next) - fix x509 exporter #84

Open
nutellinoit opened this issue Apr 12, 2023 · 0 comments
Open

Furyctl(next) - fix x509 exporter #84

nutellinoit opened this issue Apr 12, 2023 · 0 comments

Comments

@nutellinoit
Copy link
Member

On behalf of @ralgozino :

After creating a cluster with 3 nodes, going to the dashboard for x509 certificates shows that there are 9 errors in the exporters.

Digging a little more, one can see that each one of the x509 exporters (1 per each node) is logging errors on:

  • can’t open /var/lib/kubelet/pki/kubelet-client-current.pem
  • can’t open /var/lib/kubelet/pki/kubelet.crt
  • can’t open /etc/kubernetes/kubelet.conf

this is because we are on an EKS cluster and these files are managed by AWS and we can’t mount them.

Proposal

Patch x509 exporters in EKS clusters to avoid trying to use these files, so the user does not see misleading errors in the dashboards and in the logs.

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