Re: how can I force rolling deployment without any change in deployment config

2016-09-30 Thread Mateus Caruccio
Hi. You can force a new deploy using oc: $ oc deploy --latest -- Mateus Caruccio / Master of Puppets GetupCloud.com - Eliminamos a Gravidade On Thu, Sep 29, 2016 at 9:52 PM, Ravi Kapoor wrote: > > I created a deployment config and it is working fine. > However I made a few changes in a file

how can I force rolling deployment without any change in deployment config

2016-09-29 Thread Ravi Kapoor
I created a deployment config and it is working fine. However I made a few changes in a file mounted using persistent volume. Somehow the changed file is not being loaded and old file is being used. I found that to load the modified file, I need to do a new deployment. I also found that unless I c