在 K8s 集群上的弹性搜索部署期间,有没有办法从掌舵图中禁用 xpack.security.enabled 为 false?
重新索引时出现以下错误。
"error" : {
"type" : "s_s_l_handshake_exception",
"reason" : "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target",
"caused_by" : {
"type" : "validator_exception",
"reason" : "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target",
"caused_by" : {
"type" : "sun_cert_path_builder_exception",
"reason" : "unable to find valid certification path to requested target"
}
}
}
我无法编辑 pod 上的 elastisearch.yml,因为这些文件是只读的。
无论如何通过 helm 来做?