Skip to content

Commit d5952bc

Browse files
committed
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]>
1 parent 1ea8e75 commit d5952bc

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

modules/ROOT/pages/using.adoc

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,50 @@ Only one preset can be active at a time.
2323
* xref:installing.adoc#minimum-system-requirements[Minimum system requirements].
2424
* xref:configuring.adoc#changing-the-selected-preset[Changing the selected preset].
2525

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.
67+
4. Right-click the entry and select `Delete`.
68+
5. Confirm the deletion when prompted.
69+
2670
[id='setting-up']
2771
== Setting up {prod}
2872

0 commit comments

Comments
 (0)