Skip to content

Commit a664c12

Browse files
committed
Remove text that pull secret change reboots node
1 parent 45283d2 commit a664c12

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

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

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,10 @@ You can update the global pull secret for your cluster by either replacing the c
1616
Cluster resources must adjust to the new pull secret, which can temporarily limit the usability of the cluster.
1717
====
1818

19-
Updating the global pull secret causes the Machine Config Operator to drain the nodes, apply the change, and uncordon the nodes.
20-
21-
[NOTE]
22-
====
23-
As of {product-title} 4.7, changes to the global pull secret no longer trigger a reboot.
24-
====
25-
2619
.Prerequisites
2720

2821
* You have access to the cluster as a user with the `cluster-admin` role.
2922

30-
3123
.Procedure
3224
. Optional: To append a new pull secret to the existing pull secret, complete the following steps:
3325

@@ -60,7 +52,11 @@ Alternatively, you can perform a manual update to the pull secret file.
6052
$ oc set data secret/pull-secret -n openshift-config --from-file=.dockerconfigjson=<pull_secret_location> <1>
6153
----
6254
<1> Provide the path to the new pull secret file.
63-
64-
This update is rolled out to all nodes, which can take some time depending on the size of your cluster. During this time, nodes are drained and pods are rescheduled on the remaining nodes.
65-
55+
+
56+
This update is rolled out to all nodes, which can take some time depending on the size of your cluster.
57+
+
58+
[NOTE]
59+
====
60+
As of {product-title} 4.7.4, changes to the global pull secret no longer trigger a node drain or reboot.
61+
====
6662
//Also referred to as the cluster-wide pull secret.

0 commit comments

Comments
 (0)