@@ -10,7 +10,7 @@ component and can be invoked in a single command.
1010Let's take a look at all the Thanos commands:
1111
1212```
13- docker run --rm quay.io/thanos/thanos:v0.28 .0 --help
13+ docker run --rm quay.io/thanos/thanos:v0.34 .0 --help
1414```{{execute}}
1515
1616You should see multiple commands that solves different purposes.
@@ -53,7 +53,7 @@ docker run -d --net=host --rm \
5353 -v $(pwd)/prometheus0_eu1.yml:/etc/prometheus/prometheus.yml \
5454 --name prometheus-0-sidecar-eu1 \
5555 -u root \
56- quay.io/thanos/thanos: v0 .28 .0 \
56+ quay.io/thanos/thanos: v0 .34 .0 \
5757 sidecar \
5858 --http-address 0.0.0.0:19090 \
5959 --grpc-address 0.0.0.0:19190 \
@@ -68,7 +68,7 @@ docker run -d --net=host --rm \
6868 -v $(pwd)/prometheus0_us1.yml:/etc/prometheus/prometheus.yml \
6969 --name prometheus-0-sidecar-us1 \
7070 -u root \
71- quay.io/thanos/thanos: v0 .28 .0 \
71+ quay.io/thanos/thanos: v0 .34 .0 \
7272 sidecar \
7373 --http-address 0.0.0.0:19091 \
7474 --grpc-address 0.0.0.0:19191 \
@@ -81,7 +81,7 @@ docker run -d --net=host --rm \
8181 -v $(pwd)/prometheus1_us1.yml:/etc/prometheus/prometheus.yml \
8282 --name prometheus-1-sidecar-us1 \
8383 -u root \
84- quay.io/thanos/thanos: v0 .28 .0 \
84+ quay.io/thanos/thanos: v0 .34 .0 \
8585 sidecar \
8686 --http-address 0.0.0.0:19092 \
8787 --grpc-address 0.0.0.0:19192 \
0 commit comments