If you already deployed an older version of Messaging, you must log in to the Cluster Control Manager (CCM) console and remove the earlier version by running the following command:
ccm delete async
Ensure that you delete all instances of the earlier version of Messaging by running the following commands:
kubectl get pvc --all-namespaces | grep async
kubectl delete pvc file-transfer-tmp-dir-async-file-transfer-0 file-transfer-tmp-dir-async-file-transfer-1
To confirm that all instances of the earlier version of Messaging are deleted, run the following commands:
kubectl get pods --all-namespaces |grep async
kubectl get pvc --all-namespaces |grep async
kubectl get virtualservices --all-namespaces |grep async
kubectl get services --all-namespaces |grep async