File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -131,12 +131,19 @@ This section walks through updating that pull secret with additional values from
131
131
Run the following command to update your pull secret.
132
132
133
133
> [! NOTE]
134
- > Running this command will cause your cluster nodes to restart one by one as they' re updated.
134
+ > In ARO 4.9 or older, running this command will cause your cluster nodes to restart one by one as they' re updated.
135
+ > In ARO 4.10 version or later a restart will not be triggered.
135
136
136
137
```console
137
138
oc set data secret/pull-secret -n openshift-config --from-file=.dockerconfigjson=./pull-secret.json
138
139
```
139
140
141
+ ### Verify that pull secret is in place
142
+
143
+ ```
144
+ oc exec $(oc get pod -n openshift-apiserver -o jsonpath="{.items[0].metadata.name}") -- cat /var/lib/kubelet/config.json
145
+ ```
146
+
140
147
After the secret is set, you're ready to enable Red Hat Certified Operators.
141
148
142
149
### Modify the configuration files
You can’t perform that action at this time.
0 commit comments