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