Hide Forgot
Document URL: https://docs.openshift.com/container-platform/3.3/install_config/registry/securing_and_exposing_registry.html#securing-the-registry Section Number and Name: "Securing the Registry" Describe the issue: Step 8 (and probably step 9) do not work. I had to do an 'oc edit' as a workaround. $ oc patch dc/docker-registry --api-version=v1 -p '{"spec": {"template": {"spec": {"containers":[{ "name":"registry", "livenessProbe": {"httpGet": {"scheme":"HTTPS"}} }]}}}}' Suggestions for improvement: Additional information:
Hi, Matthew. Can you please provide me more details on this so that I can update the steps? 1. What kind of error did you get? 2. Did you just substitute oc patch with oc edit to resolve the issue? Thanks!
I switched to version 3.5 and that documentation works. I am not able to switch back to 3.3.
Looks like the docs for 3.3 now match what is there for 3.5, so I am closing this since we confirmed that the 3.5 docs provide accurate guidance.
Okay, thanks.