Completing extra post-installation tasks on ROKS
For deployments on Red Hat OpenShift Kubernetes Service (ROKS), routes are automatically generated. If you want to change the CA certificate, then extra steps are needed to ensure that the environment works correctly.
About this task
The access information ConfigMap includes the list of routes that can be used by external sources to access the deployed services. For information about the routes and the services they access, including URL path prefixes to use with the Zen front door, see the capability post-installation tasks.
If you enabled ingress, you can get a list of ingress objects by running the following command.
ibmcloud oc cluster get --cluster <clusterID> | grep Ingress
For more information about the certificates that the operator uses, see Managing certificates.