2.6. 使用 CRD 启用 Image Registry 默认路由
在 OpenShift Container Platform 中,Registry Operator 控制 OpenShift 镜像 registry 功能,并在 configs.imageregistry.operator.openshift.io 自定义资源定义(CRD)中定义此 Operator。如果您需要自动启用Image Registry默认路由,请对 Image Registry Operator CRD 进行 patch 处理。
流程
对 Image Registry Operator CRD 进行 patch 处理:
oc patch configs.imageregistry.operator.openshift.io/cluster --type merge -p '{"spec":{"defaultRoute":true}}'$ oc patch configs.imageregistry.operator.openshift.io/cluster --type merge -p '{"spec":{"defaultRoute":true}}'Copy to Clipboard Copied! Toggle word wrap Toggle overflow