You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- variable.DefaultImagePrefix is populated from {node,master}-config.yaml
(imageConfig.format) and if this value is not specified in the config,
openshift ansible defaults it to 'registry.access.redhat.com'.
- Network diagnostics is run as a admin CLI command so there is no config for
variable.DefaultImagePrefix and it defaults to 'registry.access.redhat.com'
which may not be true for AWS or some other openshift environments.
- This change will remove the registry path from the default image so that it
defaults to registry configured on the openshift node.
Example:
Earlier image path: registry.access.redhat.com/openshift3/ose
New image path: openshift3/ose
On AWS node, this will resolve to registry.reg-aws.openshift.com:443/openshift3/ose
0 commit comments