Hide Forgot
Document URL: https://docs.openshift.com/container-platform/3.3/install_config/install/disconnected_install.html#disconnected-syncing-images Section Number and Name: Downloading Images Describe the issue: Image versions are not ware are in the registry Suggestions for improvement: Use the correct versions tags Additional information: See the tags with $ --> curl -s -k -L https://registry.access.redhat.com/v2/openshift3/IMAGE/tags/list | python -m json.tool
I take it you were currently expecting v3.3.0.34-1 for the tags in step 2? I can't remember, was there a reason we are explicitly calling out tags for these particular infrastructure images in step 2? Can we not just drop the tags so that the doc is always having you pull the latest, like in step 3 (and therefore we wouldn't have to keep bumping the numbers every time we release re-spun images)?
Spoke with sdodson offline about this. We actually need to be noting specific tags for the logging/metrics images too (step 3). This is being handled in 3.3.1 release notes PR here: https://github.com/openshift/openshift-docs/pull/3093/files#diff-766cebf8b7d6b9c09a2d936c59e4a44c - Updates for the incoming 3.3.1.3 images - Adds explicit tags for the logging/metrics images - Switches to using {latest-tag} for the latest v3.y.z style tag, and using {latest-int-tag} for the latest 3.y.z style tag that the logging/metrics images currently use.
Pending release of 3.3.1.3 (via https://github.com/openshift/openshift-docs/pull/3093).
https://docs.openshift.com/container-platform/3.3/install_config/install/disconnected_install.html