Document URL: https://docs.openshift.com/container-platform/3.5/install_config/install/advanced_install.html#advanced-install-configuring-registry-location Section Number and Name: Configuring a Registry Location Describe the issue: As of OCP 3.5 there is a new variable (openshift_hosted_registry_routehost) which can be used to customize docker-registry route prior installation, however it does not seem to be present in official documentation: https://docs.openshift.com/container-platform/3.5/install_config/install/advanced_install.html Suggestions for improvement: Document this variable. Additional information:
I was just looking for the same and found that this and related variables are also missing from the docs: openshift_hosted_registry_routehost openshift_hosted_registry_routecertificates openshift_hosted_registry_routetermination
I've created a draft of the update here: https://github.com/openshift/openshift-docs/pull/8612 Since the function changed in 3.7, I think we should include it in the docs from that version on.
Dongbo, will you please take a look? https://github.com/openshift/openshift-docs/pull/8612
PR look good to me, move to verified
Commits pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/9f06b16a583f30c31a466f13dd496b6165f45341 bug 1485824 adding registry route variables https://github.com/openshift/openshift-docs/commit/bd12d3c36a279529e25b0489f9dc621d5731095e Merge pull request #8612 from kalexand-rh/BZ1485824 bug 1485824 adding registry route variables
Thanks Dongbo! I've cherry-picked the change back to 3.7 and am waiting for it to be visible in a build.
This is live in 3.7 and 3.9: https://docs.openshift.com/container-platform/3.7/install_config/install/advanced_install.html#advanced-install-configuring-docker-route https://docs.openshift.com/container-platform/3.9/install_config/install/advanced_install.html#advanced-install-configuring-docker-route