tooling for creating and managing OCP 4 clusters
create cluster based on CI generated release image and patch installer to keep bootstrap node with --keep-bootstrap flag.
./bin/dev-installer cluster \
-p gcp \
-r registry.svc.ci.openshift.org/ci-op-z0qywyr4/release:latest \
-t ci \
-s ~/.ssh/libra.pub \
--keep-bootstrap \
-n fix-operator-1
bin/dev-installer cluster \
-p aws \
-r registry.svc.ci.openshift.org/ocp/release:4.3.0-0.ci-2020-01-10-150540 \
-t ci \
-s ~/.ssh/libra.pub \
-n cluster-test
./bin/dev-installer cluster \
-p aws \
-r docker.io/hexfusion/origin-release:v4.4 \
-t custom \
-s ~/.ssh/libra.pub \
--pull-secret=/home/remote/sbatsche/.PULL_SECRET_BUILD \
-n test-cluster
./bin/dev-installer cluster \
-p libvirt \
-r docker.io/hexfusion/origin-release:v4.4 \
-t custom \
-s ~/.ssh/libra.pub \
--pull-secret=/home/remote/sbatsche/.PULL_SECRET_BUILD \
--installer-path=/home/remote/sbatsche/projects/openshift/installer/bin/openshift-install \
-n test-cluster