You can reconcile Watson
OpenScale custom
resources to recreate missing resources.
Procedure
You must complete the following steps to reconcile Watson
OpenScale resources.
-
Log into Red Hat OpenShift Container Platform with the following command:
oc login <OpenShift_URL>:<port>
- Force the Watson
OpenScale operator to reconcile
the instance:
instanceProjectName=cpd-instance
oc patch WOService aiopenscale -n ${instanceProjectName} --type merge --patch '{"spec": {"forceReconcile": "'$(date +%s)'"}}'
If you did not install Cloud Pak for Data in the
cpd-instance project, specify accurate values in the
instanceProjectName field.
- Check the status of the reconcilliation with the following command:
oc get WOService aiopenscale -n ${instanceProjectName} -o jsonpath='{.status.wosStatus} {"\n"}'