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.
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.
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.