-
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.
Signed-off-by: Anatolii Bazko <[email protected]>
- Loading branch information
Showing
10 changed files
with
112 additions
and
122 deletions.
There are no files selected for viewing
6 changes: 0 additions & 6 deletions
6
modules/administration-guide/examples/snip_che-cloning-image-puller-project.adoc
This file was deleted.
Oops, something went wrong.
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
42 changes: 0 additions & 42 deletions
42
...ration-guide/pages/configuring-image-puller-to-override-default-che-images.adoc
This file was deleted.
Oops, something went wrong.
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
42 changes: 42 additions & 0 deletions
42
...inistration-guide/pages/configuring-image-puller-to-pre-pull-custom-images.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,42 @@ | ||
:_content-type: PROCEDURE | ||
:description: Configuring {image-puller-name-short} to pre-pull custom images | ||
:keywords: administration-guide, image-puller, CLI | ||
:navtitle: You can configure {image-puller-name} to pre-pull custom images | ||
:page-aliases: | ||
|
||
[id="configuring-image-puller-to-pre-pull-custom-images"] | ||
= Configuring {image-puller-name-short} to pre-pull custom images | ||
|
||
You can configure {image-puller-name} to pre-pull custom images. | ||
|
||
.Prerequisites | ||
|
||
* Your organization's instance of {prod-short} is installed and running on {kubernetes} cluster. | ||
|
||
* {image-puller-name-short} is installed on {kubernetes} cluster. | ||
|
||
* An active `{orch-cli}` session with administrative permissions to the destination {orch-name} cluster. See {orch-cli-link}. | ||
|
||
.Procedure | ||
|
||
. Configure the {image-puller-name-short} to pre-pull custom images. | ||
+ | ||
[source,shell,subs="+attributes,+quotes"] | ||
---- | ||
{orch-cli} patch checluster/{prod-checluster} \ | ||
--namespace {prod-namespace} \ | ||
--type='merge' \ | ||
--patch '{ | ||
"spec": { | ||
"components": { | ||
"imagePuller": { | ||
"enable": true, | ||
"spec": { | ||
"images": "__NAME-1__=__IMAGE-1__;__NAME-2__=__IMAGE-2__" <1> | ||
} | ||
} | ||
} | ||
} | ||
}' | ||
---- | ||
<1> The semicolon separated list of images |
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
40 changes: 0 additions & 40 deletions
40
modules/administration-guide/pages/installing-image-puller-by-using-cli.adoc
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
...inistration-guide/pages/installing-image-puller-on-kubernetes-by-using-cli.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,24 @@ | ||
:_content-type: PROCEDURE | ||
:description: Installing the {image-puller-name} operator on {kubernetes} cluster by using CLI | ||
:keywords: administration-guide, image-puller, operator, CLI | ||
:navtitle: Installing the {image-puller-name} operator on {kubernetes} cluster by using CLI | ||
:page-aliases: .:installing-image-puller-on-openshift-using-openshift-templates.adoc,installing-image-puller-on-openshift-using-openshift-templates.adoc | ||
|
||
[id="installing-image-puller-on-kubernetes-cluster-by-using-the-cli"] | ||
= Installing {image-puller-name-short} operator on {kubernetes} cluster by using CLI | ||
|
||
You can install the {image-puller-name} operator on {kubernetes} cluster by using CLI. | ||
|
||
.Prerequisites | ||
|
||
* An active `{orch-cli}` session with administrative permissions to the destination {orch-name} cluster. See {orch-cli-link}. | ||
|
||
.Procedure | ||
|
||
. Visit link:https://operatorhub.io/operator/kubernetes-imagepuller-operator[{image-puller-operator-name}] page. | ||
|
||
. Click the `Install` button and follow the instruction. | ||
|
||
.Addition resources | ||
|
||
* https://github.com/che-incubator/kubernetes-image-puller-operator[{image-puller-operator-name} source code repository] |
8 changes: 4 additions & 4 deletions
8
...r-on-openshift-using-the-web-console.adoc → ...n-openshift-by-using-the-web-console.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