[Kibana Helm chart] - UNABLE_TO_GET_ISSUER_CERT

I was trying to deploy kibana helm chart where Elasticsearch was already deployed and running fine.
kibana helm chart - helm-charts/kibana at main · elastic/helm-charts · GitHub

After helm installation the deployment failed due pre-install-job failure.
When I described logs for the same below is the output

master-vm:~/elk/helm-charts # kubectl logs pre-install-kibana-kibana-wbr8z -n elk
Creating a new Elasticsearch token for Kibana
Cleaning previous token
statusCode: 200
Creating new token
statusCode: 200
Creating K8S secret
POST undefined failed: unable to get issuer certificate
Error: unable to get issuer certificate
at TLSSocket.onConnectSecure (node:_tls_wrap:1539:34)
at TLSSocket.emit (node:events:513:28)
at TLSSocket._finishInit (node:_tls_wrap:953:8)
at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:734:12) {
code: 'UNABLE_TO_GET_ISSUER_CERT'
}

can someone help on what went wrong in Creating K8S secret??

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.