Skip to content

retroflexer/dev-installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-installer

tooling for creating and managing OCP 4 clusters

CI images require you to be logged in to ci via oc login

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 

Custom pull-secret

./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

libvirt requires a precompiled installer with libvirt support pass that with --installer-path

./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

About

openshift cluster manager for developers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.7%
  • Other 0.3%