Hide Forgot
Description of problem: Upgrade to openshift 3.3 fails with "Cannot upgrade Docker to >= 1.10, please upgrade or remove Docker manually, or use the Docker upgrade playbook if OpenShift is already installed." Related Article -> https://access.redhat.com/solutions/2779791 Related BZ-> https://bugzilla.redhat.com/show_bug.cgi?id=1398656 Version-Release number of selected component (if applicable): OCP 3.3 Red Hat Enterprise Linux Server release 7.2 (Maipo) How reproducible: On customer side Steps to Reproduce: 1. Use "/usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade.yml" file for upgrade process as per https://docs.openshift.com/container-platform/3.3/install_config/upgrading/automated_upgrades.html 2. 3. Actual results: Upgrade to openshift 3.3 passes with "Cannot upgrade Docker to >= 1.10, please upgrade or remove Docker manually, or use the Docker upgrade playbook if OpenShift is already installed." Expected results: Upgrade to openshift 3.3 passes. Additional info:
This isn't a bug, they just need to run the docker upgrade playbook as the error message says. The playbook is in playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml