Thanos Store Error bucket store initial sync: sync block: iter: The specified key does not exist."
Thanos Store Error bucket store initial sync: sync block: iter: The specified key does not exist."
我是 Thanos 和 Prometheus 的新手。我试图在我们的 K8 中设置 Thanos 组件。
它是使用 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 小时(默认)。
我将存储桶端点更改为“s3.amazonaws.com”,然后所有其他 thanos 组件都正常工作。参考:https://github.com/thanos-io/thanos/issues/2777
我是 Thanos 和 Prometheus 的新手。我试图在我们的 K8 中设置 Thanos 组件。 它是使用 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 小时(默认)。
我将存储桶端点更改为“s3.amazonaws.com”,然后所有其他 thanos 组件都正常工作。参考:https://github.com/thanos-io/thanos/issues/2777