Search code examples
fabric8

How to shut off fabric8 cluster and services


I have the default fabric8 cluster running from this setup tutorial: https://fabric8.io/guide/getStarted/minishift.html

What is the command to shut off all the services or the cluster altogether?


Solution

  • minishift stop 
    

    is the command to stop the VM, openshift and all services.

    You can start it later if you wish