Skip to content

Commit

Permalink
Add to air-gapped doc how to use a mirrored operator image (#7019)
Browse files Browse the repository at this point in the history
Add a chapter how to run the ECK operator itself in an air-gapped environment.

---------

Co-authored-by: Peter Brachwitz <peter.brachwitz@elastic.co>
Co-authored-by: Thibault Richard <thb.krkr@gmail.com>
  • Loading branch information
3 people committed Jul 20, 2023
1 parent 4c50ca2 commit 2999dd3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/operating-eck/air-gapped.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ To make use of your mirrored images you can either set the image for each applic



[float]
[id="{p}-use-mirrored-operator-image"]
== Use a mirrored image of the ECK operator

To deploy the ECK operator in an air-gapped environment, you first have to mirror the operator image itself from `docker.elastic.co` to a private container registry, for example `my.registry`.

Once the ECK operator image is copied internally, replace the original image name +docker.elastic.co/eck/eck-operator:{eck_version}+ with the private name of the image, for example +my.registry/eck/eck-operator:{eck_version}+, in the <<{p}-install-yaml-manifests,operator manifests>>. When using <<{p}-install-helm,Helm charts>>, replace the `image.repository` Helm value with, for example, `my.registry/eck/eck-operator`.

[float]
[id="{p}-container-registry-override"]
== Override the default container registry
Expand Down

0 comments on commit 2999dd3

Please sign in to comment.