Pods don't start after upgrade

The topology-search and topology-layout pods don't start after an upgrade from IBM® Netcool® Operations Insight® 1.6.4 to 1.6.5.

Problem

After an upgrade from Netcool Operations Insight 1.6.4 to 1.6.5, the topology-search and topology-layout pods don't start where the 1.6.4 instance is still present.

Resolution

Delete all topology-search and topology-layout pods.
oc get pod -o name |grep topology-search | xargs oc delete
oc get pod -o name |grep topology-layout | xargs oc delete