-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to base on image stream tags #22
Comments
@wtrocki I haven't worked with apbs so this could be a silly question but would |
also @wtrocki if this work is required for us as part of development/release work or for the user to remove manual steps can you create a JIRA and bring it into the sprint. |
Yes. |
This is what we need: https://docs.openshift.com/container-platform/3.10/dev_guide/managing_images.html#importing-tag-and-image-metadata If you agree, I would create a ticket and bring it to the current sprint. |
@psturc Awesome work! Thank you for checking this on many clusters. I think this will be really tied with versioning discussion that is currently in the progress. There will be couple ways to do it. When I initially proposed that change I wasn't aware of the custom OpenShift UI. We will need to get consensus on this topic and stackholders approval: https://groups.google.com/forum/#!topic/aerogear/WchCNefaQGU From my point of view it's is ok to add spike ticket in Jira, but we are still not clear on this land. |
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.
The text was updated successfully, but these errors were encountered: