Document URL: Section Number and Name: Section 2.5.1 Overview Section 2.5.2 Deploying the Registry Describe the issue: After jacking up my registry because I created the registry user as described in 2.5.1 Overview and following 2.5.2 Deploying the Registry section, I required a reinstall. However, it is not intuitive how to remove a registry that was deployed with oadm registry … Suggestions for improvement: The docs should include some reference to redeploying / removing a registry. This was actually solved by performing an oc delete|create, but it would be better if it were in the original ‘oadm registry’ command: ‘oadm registry … -o yaml | oc delete -f -’ ‘oadm registry … -o yaml | oc create -f -’ Section 2.5.1 Overview, should use 'registry' not 'reguser' for the registry! Section 2.5.2 Deploying the Registry, should include the “--service-account=registry” as listed in Section 2.5.1, because following the directions creates a registry that does not utilize a service account. Additional information: Documentation aside, we should include some sort of --update or --delete option to either give me the option to update a previously deployed registry or delete it so I can start over.
Many changes have been made to the 3.1 docs [1] since this bug was created and I cannot find the issues mentioned. I am going to close this bug, but please feel free to open a new one if issues persist in the updated docs. [1] https://access.redhat.com/documentation/en-us/openshift_enterprise/3.1/single/installation_and_configuration/index#overview-6