【发布时间】:2019-08-14 03:50:49
【问题描述】:
我在 GCP 上有一个运行 elasticsearch 的 K8 集群。现在我需要创建一个备份。
我已经在我的 pod 上以 stateful-set 安装了 GCS 插件,并尝试使用以下文档进行设置: https://github.com/elastic/elasticsearch/blob/master/docs/plugins/repository-gcs.asciidoc
当我尝试将存储库配置为使用存储在密钥库中的凭据时,我收到以下响应:
{
"error": {
"root_cause": [
{
"type": "repository_exception",
"reason": "[my_backup] repository type [gcs] does not exist"
}
],
"type": "repository_exception",
"reason": "[my_backup] repository type [gcs] does not exist"
},
"status": 500
}
任何线索都会有所帮助,谢谢!
【问题讨论】:
标签: elasticsearch kubernetes google-cloud-platform google-cloud-storage google-kubernetes-engine