-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add article about retrieving the list of default images for Im… (
#2795) * chore: Add article about retrieving the list of default images for Image Puller Signed-off-by: Anatolii Bazko <[email protected]> * fixup Signed-off-by: Anatolii Bazko <[email protected]> * Update modules/administration-guide/pages/installing-kubernetes-image-puller.adoc Co-authored-by: Jana Vrbkova <[email protected]> * Update modules/administration-guide/pages/retrieving-default-list-of-images-for-kubernetes-image-puller.adoc Co-authored-by: Jana Vrbkova <[email protected]> --------- Signed-off-by: Anatolii Bazko <[email protected]> Co-authored-by: Jana Vrbkova <[email protected]>
- Loading branch information
1 parent
d810024
commit 0e15da4
Showing
8 changed files
with
95 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
modules/administration-guide/pages/configuring-kubernetes-image-puller.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
:_content-type: PROCEDURE | ||
:description: Configuring {image-puller-name} | ||
:keywords: overview, configuring, image-puller | ||
:navtitle: Configuring {image-puller-name} | ||
|
||
[id="configuring-{image-puller-name}"] | ||
= Configuring {image-puller-name} | ||
|
||
This section contains instructions for configuring the {image-puller-name} for different use cases. | ||
|
||
== Configuring {image-puller-name} | ||
|
||
* xref:configuring-image-puller-to-pre-pull-default-che-images.adoc[] | ||
* xref:configuring-image-puller-to-pre-pull-custom-images.adoc[] | ||
* xref:configuring-image-puller-to-pre-pull-additional-images.adoc[] |
15 changes: 15 additions & 0 deletions
15
modules/administration-guide/pages/installing-kubernetes-image-puller.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
:_content-type: PROCEDURE | ||
:description: Installing {image-puller-name} | ||
:keywords: overview, installing, image-puller | ||
:navtitle: Installing {image-puller-name} | ||
|
||
[id="installing-{image-puller-name}"] | ||
= Installing {image-puller-name} | ||
|
||
Follow the instructions below to install the {image-puller-name} for different use cases. | ||
|
||
== Installing {image-puller-name} | ||
|
||
* xref:installing-image-puller-on-kubernetes-by-using-cli.adoc[] | ||
* xref:installing-image-puller-on-openshift-by-using-the-web-console.adoc[] | ||
* xref:installing-image-puller-on-openshift-using-cli.adoc[] |
32 changes: 32 additions & 0 deletions
32
...-guide/pages/retrieving-default-list-of-images-for-kubernetes-image-puller.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
:_content-type: PROCEDURE | ||
:description: Retrieving the default list of images for {image-puller-name} | ||
:keywords: administration-guide, image-puller | ||
:navtitle: Retrieving the default list of images for {image-puller-name} | ||
|
||
[id="retrieving-default-list-of-images-for-kubernetes-image-puller"] | ||
= Retrieving the default list of images for {image-puller-name} | ||
|
||
Learn how to retrieve the default list of images used by {image-puller-name}. This can be helpful for administrators who want to review and configure {image-puller-name-short} to use only a subset of these images in advance. | ||
|
||
|
||
.Prerequisites | ||
|
||
* Your organization's instance of {prod-short} is installed and running on {kubernetes} cluster. | ||
|
||
* An active `{orch-cli}` session with administrative permissions to the destination {orch-name} cluster. See {orch-cli-link}. | ||
|
||
.Procedure | ||
|
||
. Find out the namespace where the {prod-short} Operator is deployed: | ||
+ | ||
[source,subs="+attributes"] | ||
---- | ||
OPERATOR_NAMESPACE=$({orch-cli} get pods -l app.kubernetes.io/component={prod-operator} -o jsonpath={".items[0].metadata.namespace"} --all-namespaces) | ||
---- | ||
|
||
. Find out the images that can be pre-pulled by the {image-puller-name-short}: | ||
+ | ||
[source,subs="+attributes"] | ||
---- | ||
{orch-cli} exec -n $OPERATOR_NAMESPACE deploy/{prod-operator} -- cat /tmp/external_images.txt | ||
---- |
8 changes: 8 additions & 0 deletions
8
...les/administration-guide/partials/snip_configuring-kubernetes-image-puller.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:_content-type: SNIPPET | ||
|
||
.Configuring {image-puller-name} | ||
|
||
* xref:configuring-image-puller-to-pre-pull-default-che-images.adoc[] | ||
* xref:configuring-image-puller-to-pre-pull-custom-images.adoc[] | ||
* xref:configuring-image-puller-to-pre-pull-additional-images.adoc[] | ||
8 changes: 8 additions & 0 deletions
8
modules/administration-guide/partials/snip_installing-kubernetes-image-puller.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
:_content-type: SNIPPET | ||
|
||
.Installing {image-puller-name} | ||
|
||
* xref:installing-image-puller-on-kubernetes-by-using-cli.adoc[] | ||
* xref:installing-image-puller-on-openshift-by-using-the-web-console.adoc[] | ||
* xref:installing-image-puller-on-openshift-using-cli.adoc[] | ||