Skip to content

v0.0.1 Initial Release Build

Choose a tag to compare

@Maxusmusti Maxusmusti released this 09 Jan 17:22
e54d2bb

The first official release of InstaScale from its new home in CodeFlare

  • To build locally : make run
  • To build and release a docker image for controller : make IMG=quay.io/project-codeflare/instascale:<TAG> docker-build docker-push
  • Note that the other contents of the Makefile (as well as the config and bin dirs) exist for future operator development, and are not currently utilized
  • To deploy on kubernetes cluster use the deployments dir for now:
git clone https://github.com/project-codeflare/instascale.git
cd deployment/
oc apply -f instascale-sa.yaml
oc apply -f instascale-clusterrole.yaml
oc apply -f instascale-clusterrolebinding.yaml
oc apply -f deployment.yaml