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

x509: certificate signed by unknown authority querying external ES server #11

Open
benzzdan opened this issue Jul 16, 2019 · 0 comments

Comments

@benzzdan
Copy link

Hi, I am trying to monitor my helm releases with this awesome plugin, but I am trying to query an ES server that is external outside my k8 cluster, its on the same network though. This is the command I am trying:

helm monitor elasticsearch --elasticsearch=https://$ES_SERVER_URL:9200 "$APP_NAMESPACE" 'kubernetes.namespace:ecommerce-registryv2-uat AND message:"Error creating bean'

And I get this error:

x509: certificate signed by unknown authority

So I am trying to some how ask helm monitor to ignore the cert on that ES, but I am not sure how to do that.

You help will be much appreciated.

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