Skip to content

Commit cdfd237

Browse files
committed
Add hint about exporter image name.
1 parent 2cfda4c commit cdfd237

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/Manual/Deployment/Kubernetes/DeploymentResource.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,10 @@ also have to specify a string for `spec.metrics.image`, which is the
364364
Docker image name of the `arangodb-exporter`. At the time of this
365365
writing you should use `arangodb/arangodb-exporter:0.1.6`. See [this
366366
repository](https://github.com/arangodb-helper/arangodb-exporter) for
367-
the latest version.
367+
the latest version. If the image name is left empty, the same image as
368+
for the main deployment is used. Note however, that current ArangoDB
369+
releases (<= 3.4.5) do not ship the exporter in their image. This is
370+
going to change in the future.
368371

369372
In addition to the sidecar containers the operator will deploy a service
370373
to access the exporter ports (from within the k8s cluster), and a

0 commit comments

Comments
 (0)