Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make oc cluster up persistent?

I'm using "oc cluster up" to start my Openshift Origin environment. I can see, however, that once I shutdown the cluster my projects aren't persisted at restart. Is there a way to make them persistent ? Thanks

like image 844
Carla Avatar asked Jan 11 '17 08:01

Carla


1 Answers

There are a couple ways to do this. oc cluster up doesn't have a primary use case of persisting resources.

There are couple ways to do it:

  • Leverage capturing etcd as described in the oc cluster up README
  • There is a wrapper tool, that makes it easy to do this.
like image 169
SteveS Avatar answered Oct 02 '22 10:10

SteveS