Pre-installation tasks
Introduction
This checklist will help you to gather all the information that is needed for a successful installation. You need to provide the values during the installation process.
Obtain the installation package
To obtain files required for upgrading IBM Industry Solutions Workbench:
search for IBM Industry Solutions Workbench
download the presented file, e.g.
ibm-industry-solutions-workbench-4.0.5-ocp-4.12.tgz
. This file contains all container images and accompanying resource files needed for installation on OpenShift 4.12
Unpack the installation file on the computer from which the installation commands are to be executed:
INSTALLDIR=~/install/
mkdir ${INSTALLDIR}
cd ${INSTALLDIR}
tar xzvf ibm-industry-solutions-workbench-4.0.5-ocp-4.12.tgz
cd ${INSTALLDIR}/ibm-industry-solutions-workbench-4.0.5-ocp-4.12
Checklist before installation
Keep OpenShift details available:
host_domain: The external hostname for the OpenShift cluster, which will be used as a base path for serving components, e.g.
apps.openshift-cluster.mydomain.cloud
can be retrieved with executing:
oc get ingresses.config/cluster -o jsonpath={.spec.domain}
Keep details of your private image registry available:
url
credentials
Tool Requirements:
oc
command line tool needs to be installed on your machine
Clock Synchronization
The IBM Industry Solutions Workbench requires that you synchronize the clocks on each node in the cluster. The clocks must be within one second of each other. It is recommended that you use chrony to synchronize your clocks. For more information about setting up chrony, see the user documentation for your operating system.
Certificates
It is recommended to NOT use self-signed certificates. As a feasible solution it might be sufficient to use certificates that are signed by Let's encrypt.