Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题:
我添加了两个商店端点。一个是http,另一个是https。对于 https,我添加了 grpc tls 配置,并且我能够在 thanos 中进行身份验证和查看存储,但对于 http。它无法连接。
您可以创建两个查询器(一个 TLS 另一个没有),然后在这些查询器之上,您可以使用另一个查询器从这些查询器中进行查询。
查询器可以相互堆叠。似乎 TLS 配置适用于全部或不适用。