thanos:unmarshal错误:\ n第2行:在类型s3.config中找不到字段加密
我也有同样的错误
type: s3
config:
bucket: monitoring-thanos-dev-metrics #S3 bucket name
endpoint: s3.ap-southeast-2.amazonaws.com #S3 Regional endpoint
encryptsse: true
当我掌舵安装最新版本的Prometheus-Community/Kube-prometheus-stack时, thanos-sotre显示了此错误msg:unmarshal错误:\ n行2:type s3.config中未找到字段加密
I have the same error when I helm install the latest version prometheus-community/kube-prometheus-stack with thanos.io v0.25.2 the thanos-storage-config.yaml as following:
type: s3
config:
bucket: monitoring-thanos-dev-metrics #S3 bucket name
endpoint: s3.ap-southeast-2.amazonaws.com #S3 Regional endpoint
encryptsse: true
Then, the thanos-sidecar, thanos-compactor and thanos-sotre has show this error msg: unmarshal errors:\n line 2: field encryptsse not found in type s3.Config
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 documentation:
看来您似乎有类型密钥名称: encrypt_sse
我有类似的错误,要解决方法,我刚刚删除了 encrypt_sse:false key。
According to the documentation:
it seems you have a type in the key name: encrypt_sse
I had similar errors, to workaround I just removed the encrypt_sse: false key.