7.7. 許可されたレジストリーを Automation Controller イメージ設定に追加する
Automation Hub にコンテナーイメージをデプロイする前に、Automation Controller イメージ設定の allowedRegistries
にレジストリーを追加する必要があります。これを行うには、以下のコードをコピーして Automation Controller イメージ YAML に貼り付けます。
手順
- Red Hat OpenShift Container Platform にログインします。
-
に移動します。 - Resources ドロップダウンリストを選択し、Image と入力します。
- Image (config,openshift.io/v1) を選択します。
- Name の見出しの下にある をクリックします。
- タブを選択します。
次のように spec value の下に貼り付けます。
Copy to Clipboard Copied! Toggle word wrap Toggle overflow spec: registrySources: allowedRegistries: - quay.io - registry.redhat.io - image-registry.openshift-image-registry.svc:5000 - <OCP route for your automation hub>
spec: registrySources: allowedRegistries: - quay.io - registry.redhat.io - image-registry.openshift-image-registry.svc:5000 - <OCP route for your automation hub>
- をクリックします。