-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discourage reliance on openshift_docker_additional_registries #10396
Conversation
@@ -244,10 +244,13 @@ For example: | |||
openshift_docker_additional_registries=example.com:443 | |||
---- | |||
|
|||
Note: If you need to configure your cluster to use an alternate registry it's | |||
preferred to set `oreg_url` rather than rely on `openshift_docker_additional_registries`. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/it's preferred to//
install/disconnected_install.adoc
Outdated
@@ -683,6 +682,9 @@ your own registry to be used for Docker search and Docker pull. Use the | |||
searched. For example, `add_registry=--add-registry registry.access.redhat.com | |||
--add-registry example.com`. | |||
|
|||
Note: If you need to configure your cluster to use an alternate registry it's | |||
preferred to set `oreg_url` rather than rely on `openshift_docker_additional_registries`. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same change as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated both.
9277ea8
to
a75b75d
Compare
Thanks, continuing via #10517. |
openshift_docker_additional_registries should not be relied on in order to configure a cluster to use an alternative registry. So remove a few areas where we advise people to configure their cluster in that manner.
openshift/openshift-ansible#8955 is related