Skip to content

Instantly share code, notes, and snippets.

View afflom's full-sized avatar

Alex Flom afflom

View GitHub Profile
@afflom
afflom / 1. Instructions.md
Last active January 25, 2021 22:37
OCP Disconnected Installs
  1. 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