Skip to content

Commit 7d910b7

Browse files
committed
BZ-1981746: Adding procedure for authentication of local registry in OSUS
1 parent fa3bd2f commit 7d910b7

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

modules/images-update-global-pull-secret.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,33 @@
22
// * openshift_images/managing_images/using-image-pull-secrets.adoc
33
// * post_installation_configuration/cluster-tasks.adoc
44
// * support/remote_health_monitoring/opting-out-of-remote-health-reporting.adoc
5+
// * updating/updating-restricted-network-cluster.adoc
56
//
67
// Not included, but linked to from:
78
// * operators/admin/olm-managing-custom-catalogs.adoc
89

10+
ifeval::["{context}" == "using-image-pull-secrets"]
11+
:image-pull-secrets:
12+
endif::[]
13+
914
:_content-type: PROCEDURE
1015
[id="images-update-global-pull-secret_{context}"]
1116
= Updating the global cluster pull secret
1217

1318
You can update the global pull secret for your cluster by either replacing the current pull secret or appending a new pull secret.
1419

20+
ifndef::image-pull-secrets[]
21+
The procedure is required when users use a separate registry to store images than the registry used during installation.
22+
endif::image-pull-secrets[]
23+
24+
ifdef::image-pull-secrets[]
1525
[IMPORTANT]
1626
====
1727
To transfer your cluster to another owner, you must first initiate the transfer in {cluster-manager-url}, and then update the pull secret on the cluster. Updating a cluster's pull secret without initiating the transfer in {cluster-manager} causes the cluster to stop reporting Telemetry metrics in {cluster-manager}.
1828

1929
For more information link:https://access.redhat.com/documentation/en-us/openshift_cluster_manager/2021/html/managing_clusters/assembly-managing-clusters#transferring-cluster-ownership_assembly-managing-clusters[about transferring cluster ownership], see "Transferring cluster ownership" in the {cluster-manager-first} documentation.
2030
====
31+
endif::image-pull-secrets[]
2132

2233
[WARNING]
2334
====
@@ -68,3 +79,8 @@ This update is rolled out to all nodes, which can take some time depending on th
6879
As of {product-title} 4.7.4, changes to the global pull secret no longer trigger a node drain or reboot.
6980
====
7081
//Also referred to as the cluster-wide pull secret.
82+
83+
84+
ifeval::["{context}" == "using-image-pull-secrets"]
85+
:!image-pull-secrets:
86+
endif::[]

updating/updating-restricted-network-cluster.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ data:
120120
<1> The OpenShift Update Service Operator requires the config map key name updateservice-registry in the registry CA cert.
121121
<2> If the registry has the port, such as `registry-with-port.example.com:5000`, `:` should be replaced with `..`.
122122

123+
include::modules/images-update-global-pull-secret.adoc[leveloffset=+2]
124+
123125
[id="update-service-install"]
124126
=== Installing the OpenShift Update Service Operator
125127

0 commit comments

Comments
 (0)