Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 14 additions & 15 deletions disconnected/updating/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,28 @@ include::_attributes/common-attributes.adoc[]

toc::[]

A disconnected environment is one in which your cluster nodes cannot access the internet or where you want to manage update recommendations and release images locally for policy or performance purposes.
This section covers mirroring {product-title} images, managing an OpenShift Update Service, and performing cluster updates in a disconnected environment.
[role="_abstract"]
You can update a {product-title} cluster in a disconnected environment where the cluster nodes cannot access the internet or where you want to manage update recommendations and release images locally for policy or performance purposes.

[id="about-disconnected-updates-mirroring_{context}"]
== Mirroring {product-title} images
To update your cluster in a disconnected environment, your cluster environment must have access to a mirror registry that has the necessary images and resources for your targeted update.
A single container image registry is sufficient to host mirrored images for several clusters in the disconnected network.
The following page has instructions for mirroring images onto a repository in your disconnected cluster:
// Mirroring ocp images
include::modules/mirror-ocp-images.adoc[leveloffset=+1]

[role="_additional-resources"]
.Additional resources
* xref:../../disconnected/updating/mirroring-image-repository.adoc#mirroring-ocp-image-repository[Mirroring {product-title} images]

[id="about-disconnected-updates-update_{context}"]
== Performing a cluster update in a disconnected environment

You can use one of the following procedures to update a disconnected {product-title} cluster:
// Performing a cluster update in a disconnected environment
include::modules/perform-cluster-update-disconnected-evn.adoc[leveloffset=+1]

[role="_additional-resources"]
.Additional resources
* xref:../../disconnected/updating/disconnected-update-osus.adoc#updating-disconnected-cluster-osus[Updating a cluster in a disconnected environment using the OpenShift Update Service]

* xref:../../disconnected/updating/disconnected-update.adoc#updating-disconnected-cluster[Updating a cluster in a disconnected environment without the OpenShift Update Service]

[id="about-disconnected-updates-uninstalling-osus_{context}"]
== Uninstalling the OpenShift Update Service from a cluster

You can use the following procedure to uninstall a local copy of the OpenShift Update Service (OSUS) from your cluster:
// Uninstalling the OpenShift Update Service from a cluster
include::modules/uninstalling-osus.adoc[leveloffset=+1]

[role="_additional-resources"]
.Additional resources
* xref:../../disconnected/updating/uninstalling-osus.adoc#uninstalling-osus[Uninstalling the OpenShift Update Service from a cluster]
15 changes: 6 additions & 9 deletions disconnected/updating/uninstalling-osus.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,20 @@ include::_attributes/common-attributes.adoc[]

toc::[]

To remove a local copy of the OpenShift Update Service (OSUS) from your cluster, you must first delete the OSUS application and then uninstall the OSUS Operator.
[role="_abstract"]
You can remove a local copy of the OpenShift Update Service (OSUS) from your cluster. To do this, you must first delete the OSUS application and then uninstall the OSUS Operator.

[id="update-service-delete-service_{context}"]
== Deleting an OpenShift Update Service application

You can delete an OpenShift Update Service application by using the {product-title} web console or CLI.
// Deleting an OpenShift Update Service application
include::modules/delete-update-service-application.adoc[leveloffset=+1]

// Deleting an OpenShift Update Service application by using the web console
include::modules/update-service-delete-service-web-console.adoc[leveloffset=+2]

// Deleting an OpenShift Update Service application by using the CLI
include::modules/update-service-delete-service-cli.adoc[leveloffset=+2]

[id="update-service-uninstall_{context}"]
== Uninstalling the OpenShift Update Service Operator

You can uninstall the OpenShift Update Service Operator by using the {product-title} web console or CLI.
// Uninstalling the OpenShift Update Service Operator
include::modules/uninstall-update-service-operator.adoc[leveloffset=+1]

// Uninstalling the OpenShift Update Service Operator by using the web console
include::modules/update-service-uninstall-web-console.adoc[leveloffset=+2]
Expand Down
9 changes: 9 additions & 0 deletions modules/delete-update-service-application.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Module included in the following assemblies:
// * updating/updating_a_cluster/updating_disconnected_cluster/uninstalling-osus.adoc

:_mod-docs-content-type: CONCEPT
[id="update-service-delete-service_{context}"]
= Deleting an OpenShift Update Service application

[role="_abstract"]
You can delete an OpenShift Update Service application by using the {product-title} web console or CLI.
12 changes: 12 additions & 0 deletions modules/mirror-ocp-images.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Module included in the following assemblies:
// * disconnected/updating/index.adoc

:_mod-docs-content-type: CONCEPT
[id="about-disconnected-updates-mirroring_{context}"]
= Mirroring {product-title} images

[role="_abstract"]
You can mirror {product-title} images to a local container image registry to provide your disconnected cluster with the resources necessary for targeted updates.
A single container image registry is sufficient to host mirrored images for several clusters in the disconnected network.

For more information about mirroring images onto a repository in your disconnected cluster, see the "Mirroring {product-title} images" section.
13 changes: 13 additions & 0 deletions modules/perform-cluster-update-disconnected-evn.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Module included in the following assemblies:
// * disconnected/updating/index.adoc

:_mod-docs-content-type: CONCEPT
[id="about-disconnected-updates-update_{context}"]
= Performing a cluster update in a disconnected environment

[role="_abstract"]
You can keep your disconnected {product-title} environment up to date by performing a cluster update. This process can be managed locally either with or without the OpenShift Update Service (OSUS).

For more information about performing a cluster update in a disconnected environment with OSUS, see the "Updating a cluster in a disconnected environment using the OpenShift Update Service" section.

For more information about performing a cluster update in a disconnected environment without OSUS, see the "Updating a cluster in a disconnected environment without the OpenShift Update Service" section.
9 changes: 9 additions & 0 deletions modules/uninstall-update-service-operator.adoc
Comment thread
rh-sgehlot marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Module included in the following assemblies:
// * updating/updating_a_cluster/updating_disconnected_cluster/uninstalling-osus.adoc

:_mod-docs-content-type: CONCEPT
[id="update-service-uninstall_{context}"]
= Uninstalling the OpenShift Update Service Operator

[role="_abstract"]
You can uninstall the OpenShift Update Service Operator by using the {product-title} web console or CLI.
11 changes: 11 additions & 0 deletions modules/uninstalling-osus.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Module included in the following assemblies:
// * disconnected/updating/index.adoc

:_mod-docs-content-type: CONCEPT
[id="about-disconnected-updates-uninstalling-osus_{context}"]
= Uninstalling the OpenShift Update Service from a cluster

[role="_abstract"]
You can uninstall a local copy of the OpenShift Update Service (OSUS) from your {product-title} cluster when you no longer need to manage updates locally:

For more information about uninstalling the OpenShift Update Service from a cluster, see the "Uninstalling the OpenShift Update Service from a cluster" section.
1 change: 1 addition & 0 deletions modules/update-service-delete-service-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[id="update-service-delete-service-cli_{context}"]
= Deleting an OpenShift Update Service application by using the CLI

[role="_abstract"]
You can use the OpenShift CLI (`oc`) to delete an OpenShift Update Service application.

.Procedure
Expand Down
1 change: 1 addition & 0 deletions modules/update-service-delete-service-web-console.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[id="update-service-delete-service-web-console_{context}"]
= Deleting an OpenShift Update Service application by using the web console

[role="_abstract"]
You can use the {product-title} web console to delete an OpenShift Update Service application by using the OpenShift Update Service Operator.

.Prerequisites
Expand Down
1 change: 1 addition & 0 deletions modules/update-service-uninstall-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[id="update-service-uninstall-cli_{context}"]
= Uninstalling the OpenShift Update Service Operator by using the CLI

[role="_abstract"]
You can use the OpenShift CLI (`oc`) to uninstall the OpenShift Update Service Operator.

.Prerequisites
Expand Down
1 change: 1 addition & 0 deletions modules/update-service-uninstall-web-console.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[id="update-service-uninstall-web-console_{context}"]
= Uninstalling the OpenShift Update Service Operator by using the web console

[role="_abstract"]
You can use the {product-title} web console to uninstall the OpenShift Update Service Operator.

.Prerequisites
Expand Down