-
Bug
-
Resolution: Done
-
Critical
-
None
-
devex #115 May 2016
-
After a docker image has been successfully deployed to OpenShift, if the image has been updated to a new version in the daemon, performing a second Deploy to OpenShift command will effectively update the image but an error will popup about resources already existing.
I believe that, when we're about to create the openshift resources, we should
- detect if there's already a matching deployment config for the same project/resource name)
- if the deployment config links to an imagestream matching the docker image being deployed, then it's an update, then bail without creating any resources, else resource conflict checks should happen.
Ideally, this should probably happen at the wizard level, so we don't need to show the resource pages and go straight to finish, but that can be implemented later
- relates to
-
JBIDE-22193 Can't deploy locally built docker images
- Closed