My team has found that, after we configure our nodes with ansible, things 
connect correctly themselves. So to shut down a cluster, we just stop the 
nodes, and to start a cluster, we just start the nodes. Occasionally we have to 
kick some services because they don't start in the right order. This is with 
1.3. We recently made the big upgrade to 3.9, but have not rolled that out in 
all our environments yet, so we don't have much experience with it yet.


Now the app is a different story. Our app pods unfortunately have some startup 
order dependencies, so we use a script with oc commands to start up our app 
pods which makes sure the order is correct. I would think ideally, your app 
pods could just start up in any order and be able to handle it.


If your app needs to do certain things when you shut it down, then you'll have 
to have some custom automation for that I would imagine.


[https://s3.amazonaws.com/images.bluescape.com/signature/bluescape-logo-2016-new.png]<https://www.bluescape.com/>
Nick Pilch
Cloud Operations
O: 650.567.4560
M: 510.381.6777
E: nick.pi...@bluescape.com<mailto:nick.pi...@bluescape.com>
999 Skyway Rd, Suite 145, San Carlos, CA 94070

Join Bluescape Community<http://community.bluescape.com/>
[https://s3.amazonaws.com/images.bluescape.com/signature/ico-YouTube.png] 
<https://www.youtube.com/bluescape> 
[https://s3.amazonaws.com/images.bluescape.com/signature/ico-linkedin.png]  
<https://www.linkedin.com/company/bluescape-sf> 
[https://s3.amazonaws.com/images.bluescape.com/signature/ico-facebook.png]  
<https://www.facebook.com/Bluescaper> 
[https://s3.amazonaws.com/images.bluescape.com/signature/ico-twitter.png]  
<https://twitter.com/Bluescaper> 
[https://s3.amazonaws.com/images.bluescape.com/signature/ico-vine.png]  
<https://vine.co/u/1347296728344305664?mode=list> 
[https://s3.amazonaws.com/images.bluescape.com/signature/ico-instagram.png]
<https://www.instagram.com/bluescapecompany/>

Notice of Confidentiality: This message and any attachments are confidential. 
If you are not the intended recipient, please do not read or distribute. Alert 
the sender by reply email and delete this message immediately.



________________________________
From: users-boun...@lists.openshift.redhat.com 
<users-boun...@lists.openshift.redhat.com> on behalf of Aleksandar Lazic 
<al...@me2digital.eu>
Sent: Wednesday, October 10, 2018 1:36:16 PM
To: Marc Ledent; users@lists.openshift.redhat.com
Subject: Re: Command to start/top a cluster gracefully

Am 10.10.2018 um 11:22 schrieb Marc Ledent:
> Hi all,
>
> Is there a command to stop/start an openshift cluster gracefully. "oc cluster"
> commands are acting only for a local all-in-one cluster...

Do you mean something like this?

* Scale all dc/rc/ds to 0

* stop all node processes

* stop all master process

* stop all etc processes

* stop all docker processes

* shutdown all machines

I don't know a easier way maybe there is a playbook in the ansible repo

Regards

Aleks

> Thanks in advance,
> Marc
>
>
>
> _______________________________________________
> users mailing list
> users@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/users


_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to