When you provision Planning Analytics from IBM Cloud Pak® for Data, a unique default route is created to access
the cluster, in the form https://<pa-route>.<your-cpd-cluster-host>
. You can
modify the route to make is more meaningful and recognizable.
Procedure
-
Log in to the OpenShift application console.
- Click Networking.
- Click Routes.
- From the menu, select the project where Cloud Pak for Data is installed.
- From the list of available routes, click your <pa-route>.
- On the Route Details page, click Actions and then click
Edit Route.
You can now see a YAML definition of the route, similar to this.
...
spec:
host: pa-0-1234587654-pa-route.apps.example.ibm.com
...
status:
ingress:
- host: pa-0-1234587654-pa-route.apps.example.ibm.com
...
- Edit the
<pa-route>
section of the spec:host
and
status:ingress:-host
to use the route your prefer.
For example:
...
spec:
host: planninganalytics.apps.example.ibm.com
...
status:
ingress:
- host: planninganalytics.apps.example.ibm.com
...
-
Click Save.
Results
You can now access Planning Analytics at the route you
specified.