Cleanup
The following list represents cleanup operations, which may vary depending on the actions performed for setup and deployment of MuShop.
-
List any
helmreleases that may have been installed:helm listhelm list --all-namespacesNAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION mushop mushop 1 2020-01-31 21:14:48.511917 -0600 CST deployed mushop-0.1.0 1.0 oci-broker mushop-utilities 1 2020-01-31 20:46:30.565257 -0600 CST deployed oci-service-broker-1.3.3 mushop-provision mushop 1 2020-01-31 21:01:54.086599 -0600 CST deployed mushop-provision-0.1.0 0.1.0 mushop-utils mushop-utilities 1 2020-01-31 20:32:05.864769 -0600 CST deployed mushop-setup-0.0.1 1.0 -
Remove the application from Kubernetes where
--name mushopwas used during install:helm delete --purge mushophelm delete mushop -n mushop -
If used OCI Service broker, remove the
provisiondependency installation, including ATP Bindings (Wallet, password) and instances:helm delete --purge mushop-provisionhelm delete mushop-provision -n mushop -
If used OCI Service broker, remove the
oci-brokerinstallation:helm delete --purge oci-brokerhelm delete oci-broker -n mushop-utilities -
Uninstall Istio service mesh (if applicable):
istioctl manifest generate --set profile=demo | kubectl delete -f - -
Remove the
setupcluster dependency installation:helm delete --purge mushop-utilshelm delete mushop-utils -n mushop-utilities