卷 "elasticsearch-certs" 的 MountVolume.SetUp 安装失败时出现 Kibana helm 安装错误:找不到机密"elasticsearch-master-cert



我不能用简单的helm命令安装Kibana,而这个命令以前是可以工作的。

helm install kibana elastic/kibana -n kibana">

kibana helm最近有什么变化吗?在kibana install now之前,我们需要创建elasticsearch- master-cert和elasticsearch-credentials密钥吗?

https://artifacthub.io/packages/helm/elastic/kibana

根据最新的发布说明,对于Kibana 8。XX版本,他们默认启用了身份验证和TLS。对我来说,我已经安装了elasticsearch,它在http端口上服务,所以我们必须首先在elasticsearch中启用TLS。根据最新的kibana版本,kibana - elasticsearch通信必须被tls启用。

为了测试的目的(我们没有在生产上工作),我们可以使用端口转发访问kibana,所以我已经安装了7。XX版本舵图,并向前移动。

https://github.com/elastic/helm-charts/blob/7.17/kibana/README.md

如果你想为ES启用tls,我发现下面的链接很有帮助。

https://github.com/elastic/helm-charts/tree/main/kibana/examples/security(此示例来自kibana GIT repo本身)

https://www.lisenet.com/2022/deploy-elasticsearch-and-kibana-on-kubernetes-with-helm/

https://thomasdecaux.medium.com/setup-https-tls-for-kibana-with-helm-cert-manager-io-fd1a326085fe

相关内容

  • 没有找到相关文章

最新更新