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
doc : Add steps to remove CRC pull secret from OS provided tools (#2572)
Add steps for Windows, Linux (GNOME) and MacOS to instruct user on how
to remove the CRC pull secret from credential managers on abovementioned
Operating Systems.
Signed-off-by: Rohan Kumar <[email protected]>
Copy file name to clipboardExpand all lines: modules/ROOT/pages/using.adoc
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,50 @@ Only one preset can be active at a time.
23
23
* xref:installing.adoc#minimum-system-requirements[Minimum system requirements].
24
24
* xref:configuring.adoc#changing-the-selected-preset[Changing the selected preset].
25
25
26
+
[id='about-pullsecrets']
27
+
== About Pull Secrets
28
+
While starting cluster configured with {openshift} or {ushift} preset, {prod} would request you to provide a pull secret. It's required to pull some {ocp} specific container images.
29
+
You need to download it from the Pull Secret section of the link:https://console.redhat.com/openshift/create/local[{prod} page on the {rh} Hybrid Cloud Console].
30
+
31
+
Once you provide this pull secret, it gets stored in Operating System's credential manager so that {prod} doesn't ask for pull secret again in case you delete existing cluster and create
32
+
a new one.
33
+
34
+
Please note that this pull secret would only be removed from the Operating System's credential manager when user runs [command]`{bin} cleanup` command.
35
+
36
+
If you manually want to remove/update pull secret from your Operating System's credential manager configuration.
37
+
38
+
[id='clearning-credential-manager-pullsecret']
39
+
=== Clearing Pull Secret from Credential Manager
40
+
Steps to clear entries from the Credential Manager on different operating systems.
41
+
42
+
==== Windows
43
+
44
+
1. Open the Control Panel.
45
+
2. Go to `User Accounts` > `Credential Manager`.
46
+
3. Choose `Windows Credentials`.
47
+
4. Find the {prod} pull secret entry you want to delete.
48
+
5. Click on the entry to expand it.
49
+
6. Click `Remove` to delete the credential.
50
+
51
+
==== Linux
52
+
53
+
For Linux, we assume you're using https://wiki.gnome.org/Projects/GnomeKeyring[GNOME Keyring]:
54
+
55
+
1. Open the `Activities` overview and start typing `Passwords`.
56
+
2. Click on `Passwords and Keys` to open https://wiki.gnome.org/Projects/GnomeKeyring[GNOME Keyring].
57
+
3. Click on `Login` entry under `Passwords`
58
+
4. Find the {prod} pull secret entry you want to delete.
59
+
5. Right-click the entry you want to delete.
60
+
6. Select `Delete` and confirm the deletion.
61
+
62
+
==== MacOS
63
+
64
+
1. Open `Keychain Access` from the `Applications` > `Utilities` folder.
65
+
2. Select the keychain where the credential is stored (e.g., `login`, `iCloud`).
66
+
3. Find the {prod} pull secret entry you want to delete.
0 commit comments