jaredhocutt / openshift4-deploy

A set of tools and automation for deploying OpenShift 4 in various environments, primarily focused on deployments in situations that would require using the User-Provisioned Infrastructure (UPI) method to perform the installation.
MIT License
10 stars 9 forks source link

Check for updates and prompt user #45

Closed jaredhocutt closed 4 years ago

jaredhocutt commented 4 years ago

The openshift-deploy CLI currently does a blind update of the container image. It would be better to check if a new version exists, prompt the user to update, and fail gracefully if it can't check or can't update.