Hide Forgot
Description of problem: The steps pre-pulling master and client images were deleted in the following commit: https://github.com/openshift/openshift-ansible/commit/50b9eefd2b6266b29755e37090138096a2aebc31#diff-433591899fc94e3ef66b3266d8c24eff But it still pre-pull the node and etcd images Version-Release number of selected component (if applicable): openshift-ansible master commit ID: 0fc6a695eff837ec140e439741fd446a2a10bccf How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: openshift-ansible does not pre-pull master and client images Expected results: openshift-ansible should pre-pull master and client images Additional info:
Is this causing a problem? I agree we should be consistent whatever we decide. I suspect the only reason we pre-pull the images is just to keep the systemd startup from timing out.
It did not cause any issue, just hope the ansible keep consistent in pre-pulling the images. If it will not pre-pull the client and master image, I think it should not pre-pull the node and etcd images.