From 7dcfd6a917dc256853c59ceec82815c5d60fbf5e Mon Sep 17 00:00:00 2001 From: Pablo Fredrikson Date: Wed, 24 Jul 2019 18:08:41 -0300 Subject: [PATCH] Remove deprecated option from example Removing this after gossip removal, also, is there anything that needs to be added? --- docs/components/store.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/components/store.md b/docs/components/store.md index f0c999cab8..3bc0c1e4ef 100644 --- a/docs/components/store.md +++ b/docs/components/store.md @@ -12,7 +12,6 @@ It keeps a small amount of information about all remote blocks on local disk and ```bash $ thanos store \ --data-dir "/local/state/data/dir" \ - --cluster.peers "thanos-cluster.example.org" \ --objstore.config-file "bucket.yml" ```