-2

我是灭霸和普罗米修斯的新手。我试图在我们的 K8 中设置灭霸组件。它是使用 S3 作为存储对象全新设置的。

使用的图像版本:

  • 普罗米修斯版本:v2.4.3
  • 灭霸版本:v0.8.0

Thanos sidecar 正在使用 s3 存储的配置。但是,在部署 thanos 商店时,我遇到了这个错误caller=main.go:200 err="store command failed: bucket store initial sync: sync block: iter: The specified key does not exist.

还没有数据发送到 S3,因为我需要等待 2 小时(默认)。

4

1 回答 1

0

我将存储桶端点更改为“s3.amazonaws.com”,然后所有其他 thanos 组件都正常工作。参考:https ://github.com/thanos-io/thanos/issues/2777

于 2020-09-02T03:10:57.323 回答