You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> Include the new registry. You can include many repositories within the same registry, for example: `--registry="<registry/my-namespace/my-repository>"`.
58
-
<2> Include the credentials of the new registry.
59
-
<3> Include the path to the pull secret file.
56
+
<1> `<registry>`: Include the new registry. You can include many repositories within the same registry, for example: `--registry="<registry/my-namespace/my-repository>`.
57
+
<2> `<username>:<password>`: Include the credentials of the new registry.
58
+
<3> `<pull_secret_location>`: Include the path to the pull secret file.
60
59
+
61
60
You can also perform a manual update to the pull secret file.
62
61
@@ -67,7 +66,7 @@ You can also perform a manual update to the pull secret file.
67
66
$ oc set data secret/pull-secret -n openshift-config \
0 commit comments