Use the instructions to create a Kubernetes pull secret.
Before you begin
Make sure that you have the following prerequisites:
- Install the
oc CLI.
- Access to the cluster as a user with the
cluster-admin role.
- Install the IBM Fusion Access for SAN operator and
created the
ibm-fusion-access namespace in the process. For more information about
the procedure, see Installing IBM Fusion Access for SAN operator.
About this task
Create a Kubernetes secret object to hold the IBM entitlement key to pull the required container
images from the IBM container registry.
Procedure
-
Log in to the IBM Container software library with your IBM Fusion Access for SAN IBMid and
password.
- In the IBM Container software library, get the entitlement
key:
- If you do not have an entitlement key yet, click Get entitlement key or
Add new key, and then click Copy.
- If you already have an entitlement key, click Copy.
- Save the entitlement key.
- Create the secret object by running the
oc create command:
$ oc create secret -n ibm-fusion-access generic fusion-pullsecret \
--from-literal=ibm-entitlement-key=<ibm-entitlement-key>
- Verify whether the pull secret is created successfully as follows:
- Log in to the OpenShift® Container Platform web console.
- Go to
.
- Make sure that
fusion-pullsecret is present in the list.