Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleUndeploy ONAP
root@rancher: helm undeploy dev --purge   
   purge

root@rancher: kubectl -n onap get all

root@rancher: kubectl -n onap delete services --all

root@rancher: kubectl -n onap delete pv --all
 all

 
root@rancher: kubectl -n onap delete pvc --all
   -all

root@rancher: kubectl -n onap delete secrets --all

root@rancher: kubectl -n onap delete secretsclusterrolebinding --all
   all


root@rancher: kubectl -n onap delete statefulsets --all

root@rancher: kubectl -n onap delete clusterrolebindingdeployments --all
all

root@rancher: kubectl -n onap get all



#Deploy and undeploy a chart. See OOM Helm (un)Deploy plugins

...