-
Download and compress bundle on internet connected machine
podman run -it --security-opt label=disable -v ./:/app/bundle quay.io/redhatgov/openshift4_mirror:latest ./openshift_mirror bundle \ --openshift-version 4.6.3 \ --platform aws \ --skip-existing \ # skip downloading content that already exists on disk --skip-catalogs \ # This demo assumes operator catalog upload as day two operation. --pull-secret '{"auths":{"cloud.openshift.com":{"auth":"b3Blb...' # Mind the literals here. Get pull secret from https://cloud.redhat.com/openshift/install/aws/installer-provisioned mkdir ./4.6.3/config
NewerOlder