Idea
Currently when installing sync from APB users will have hard time to update the server without manual changes. When using some specific tag like latest etc. image is not going to be fetched when it's already in the OpenShift registry. Standard aproach for this problem is to use OpenShift image streams.
If we introduce image streams we will be able to allow users to try and test this changes.
We can have separate streams for release and alpha.
This aproach will be also useful to update current infrastructure that is being hosted on community cluster.
How
Add image stream object and point it to latest (tags will be pointed to release tags).
Use rolling deployment strategy based on image stream.
ping for opinions @darahayes @psturc @jhellar
ping @johnfriz for visibility.
I believe that this is something that all our APB could have in long run.
Idea
Currently when installing sync from APB users will have hard time to update the server without manual changes. When using some specific tag like latest etc. image is not going to be fetched when it's already in the OpenShift registry. Standard aproach for this problem is to use OpenShift image streams.
If we introduce image streams we will be able to allow users to try and test this changes.
We can have separate streams for release and alpha.
This aproach will be also useful to update current infrastructure that is being hosted on community cluster.
How
Add image stream object and point it to latest (tags will be pointed to release tags).
Use rolling deployment strategy based on image stream.
ping for opinions @darahayes @psturc @jhellar
ping @johnfriz for visibility.
I believe that this is something that all our APB could have in long run.