v0.0.1 Initial Release Build
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
andbin
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