非接続環境で OpenShift ミラーから ImageContentSourcePolicy (ICSP) ファイルを使用して `openshift-install` バイナリーを展開する際にエラーが発生する
Issue
-
ICSP ファイルに複数の
ImageContentSourcePolicy
CRD が含まれている場合にoc adm release extract --icsp-file='imageContentSourcePolicy.yaml'
コマンドが失敗します。 -
イメージから
openshift-install
バイナリーを展開しようとすると、エラーが発生します。
# oc adm release extract --icsp-file='ImageContentSourcePolicy.yaml' -a registry.json --command=openshift-install registry.lab:8443/ocp4/openshift4@sha256:96bf74ce789ccb22391deea98e0c5050c41b67cc17defbb38089d32226dba0b8
error: unable to read image quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:8d9f83d4228e746719250c5d53dad5884c8392db0a6e7cda0dad9761c332deda: Get "https://quay.io/v2/": dial tcp: lookup quay.io on 192.168.122.1:53: server misbehaving
あるいは、
# oc adm release extract --icsp-file='ImageContentSourcePolicy.yaml' -a registry.json --command=openshift-install registry.lab:8443/ocp4/openshift4@sha256:96bf74ce789ccb22391deea98e0c5050c41b67cc17defbb38089d32226dba0b8
error: unable to read image quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:8d9f83d4228e746719250c5d53dad5884c8392db0a6e7cda0dad9761c332deda: Get "https://quay.io/v2/": dial tcp: lookup quay.io on 192.168.122.1:53: lame referral
Environment
- Red Hat OpenShift Container Platform
- 4.12
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.