|
2 | 2 | // * openshift_images/managing_images/using-image-pull-secrets.adoc |
3 | 3 | // * post_installation_configuration/cluster-tasks.adoc |
4 | 4 | // * support/remote_health_monitoring/opting-out-of-remote-health-reporting.adoc |
| 5 | +// * updating/updating-restricted-network-cluster.adoc |
5 | 6 | // |
6 | 7 | // Not included, but linked to from: |
7 | 8 | // * operators/admin/olm-managing-custom-catalogs.adoc |
8 | 9 |
|
| 10 | +ifeval::["{context}" == "using-image-pull-secrets"] |
| 11 | +:image-pull-secrets: |
| 12 | +endif::[] |
| 13 | + |
9 | 14 | :_content-type: PROCEDURE |
10 | 15 | [id="images-update-global-pull-secret_{context}"] |
11 | 16 | = Updating the global cluster pull secret |
12 | 17 |
|
13 | 18 | You can update the global pull secret for your cluster by either replacing the current pull secret or appending a new pull secret. |
14 | 19 |
|
| 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[] |
15 | 25 | [IMPORTANT] |
16 | 26 | ==== |
17 | 27 | 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}. |
18 | 28 |
|
19 | 29 | 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. |
20 | 30 | ==== |
| 31 | +endif::image-pull-secrets[] |
21 | 32 |
|
22 | 33 | [WARNING] |
23 | 34 | ==== |
@@ -68,3 +79,8 @@ This update is rolled out to all nodes, which can take some time depending on th |
68 | 79 | As of {product-title} 4.7.4, changes to the global pull secret no longer trigger a node drain or reboot. |
69 | 80 | ==== |
70 | 81 | //Also referred to as the cluster-wide pull secret. |
| 82 | + |
| 83 | + |
| 84 | +ifeval::["{context}" == "using-image-pull-secrets"] |
| 85 | +:!image-pull-secrets: |
| 86 | +endif::[] |
0 commit comments