You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: