Skip to content

Commit

Permalink
Add note for air-gapped environments for pulling the support-diagnost…
Browse files Browse the repository at this point in the history
…ic image (#6021) (#6052)

Co-authored-by: Bruno Mercier Costa <94469565+emrcbrn@users.noreply.github.com>
  • Loading branch information
thbkrkr and emrcbrn committed Sep 28, 2022
1 parent 56063a1 commit d1063cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/operating-eck/troubleshooting/take-eck-dump.asciidoc
Expand Up @@ -28,6 +28,8 @@ eck-diagnostics -o <operator-namespaces> -r <resources-namespaces>

By default, the tool automatically runs link:https://github.com/elastic/support-diagnostics[support diagnostics] for every Elasticsearch cluster and Kibana instance. This requires the temporary deployment of additional Pods into the Kubernetes cluster. If this is not what you want, you can turn off the feature by specifying the `--run-stack-diagnostics=false` flag.

In air-gapped environments with no access to the `docker.elastic.co` registry, you should copy the latest support-diagnostics Docker image to your internal image registry and then run the tool with the additional flag `--diagnostic-image <custom-support-diagnostics-image-name>`.


[float]
== Example
Expand Down

0 comments on commit d1063cd

Please sign in to comment.