Installing Cloud Pak for Security by using the OpenShift web console
Install IBM Cloud Pak® for Security in an environment with internet connectivity by using the OpenShift® web console.
Before you begin
- Complete all of the preinstallation tasks.
- Log in to the OpenShift web console and ensure you are in the Administrator view.
- Go to Cloud Pak for Security to be installed. The namespace must meet the following
criteria:
- Contain only lowercase alphanumeric characters or -
- Start and end with an alphanumeric character
- Be a dedicated namespace for Cloud Pak for Security
- Not be default, kube-*, or openshift-*
and create a namespace where you want - Create an ibm-entitlement-key secret for the IBM Entitlement Registry in
the namespace that you created in step 3.
- Go to Project is set to the namespace that you created. and ensure that the
- Click Create and select Image pull secret.
- Set the following parameters for the secret.
Table 1. IBM Entitlement Registry secret parameters Parameter Value Secret Name ibm-entitlement-key Authentication Type Image Registry Credentials Registry Server Address cp.icr.io Username The username or email address for the credentials you are using to authenticate with the Registry Server Address. The default username for the IBM Entitled registry is cp. Password The password for the credentials you are using to authenticate with the Registry Server Address. Email Optional. The email address associated with the Username that you provided. - Click Create to create the secret.
- Create an ibm-isc-pull-secret secret for the IBM Entitlement Registry in
the namespace that you created in step 3.
- Go to Project is set to the namespace that you created. and ensure that the
- Click Create and select Image pull secret.
- Set the following parameters for the secret.
Table 2. IBM Entitlement Registry secret parameters Parameter Value Secret Name ibm-isc-pull-secret Authentication Type Image Registry Credentials Registry Server Address cp.icr.io Username The username or email address for the credentials you are using to authenticate with the Registry Server Address. The default username for the IBM Entitled registry is cp. Password The password for the credentials you are using to authenticate with the Registry Server Address. Email Optional. The email address associated with the Username that you provided. - Click Create to create the secret.
- If you are using your own domain and certificates, create a TLS secret.
- Go to Project is set to the namespace that you created in step 3. and ensure that the
- Click Create and select Key/value secret.
- Set the secret name to isc-ingress-default-secret.
- Add a key called tls.crt and upload the TLS certificate as the value.
- Add a key called tls.key and upload the TLS key as the value.
- If you are using custom or self-signed certificates, add a key that is called ca.crt and upload the CA file as the value.
- Click Create to create the TLS secret.