4.9. 配置 registry 位置
如果您在 registry.redhat.io
中使用默认 registry,则必须设置以下变量:
oreg_url=registry.redhat.io/openshift3/ose-${component}:${version} oreg_auth_user="<user>" oreg_auth_password="<password>"
有关设置 registry 访问令牌的更多信息,请参阅 Red Hat Container Registry 身份验证。
如果您使用 registry.redhat.io
以外的默认镜像 registry,请在 /etc/ansible/hosts 文件中指定 registry。
oreg_url=example.com/openshift3/ose-${component}:${version} openshift_examples_modify_imagestreams=true
变量 | 用途 |
---|---|
|
设置备用镜像位置。如果您没有使用默认的 |
|
如果指向默认 registry 以外的 registry,则设置为 |
|
如果 |
|
如果 |
默认 registry 需要身份验证令牌。如需更多信息,请参阅访问并配置 Red Hat Registry
例如:
oreg_url=example.com/openshift3/ose-${component}:${version} oreg_auth_user=${user_name} oreg_auth_password=${password} openshift_examples_modify_imagestreams=true