Skip to content

Releases: project-codeflare/instascale

v0.0.5

06 Jul 19:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

InstaScale v0.0.4

07 Jun 18:24
Compare
Choose a tag to compare

What's Changed

NOTE: 0.0.3 introduced machine re-use, as well as MachinePool support for managed/dedicated clusters (in addition to MachineSets for self-managed)

v0.0.2 Image Vulnerability Improvements

03 Mar 02:17
88831bf
Compare
Choose a tag to compare

Removed all vulnerabilities found in the initial v0.0.1 instascale-controller image.

v0.0.1 Initial Release Build

09 Jan 17:22
e54d2bb
Compare
Choose a tag to compare

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