Closed VanillaSpoon closed 1 year ago
/LGTM
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: astefanutti, Bobbins228
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Issue link
134
What changes have been made
This pr fixes contains the addition of go-get-tool to download kustomize and setup-envtest if they are not currently locally installed.
It also contains a change to the declaration of the image to use for deployment. The image was being set to
controller:latest
when runningmake deploy
. It will now be set toquay.io/project-codeflare/instascale-controller:latest
Verification steps
Previously: Within instascale, go to /bin and delete your kustomize binary. Then from the root folder, run
make kustomize
. The Kustomize binary will not have been downloaded.This branch: Within instascale, go to /bin and delete your kustomize binary. Then from the root folder, run
make kustomize
. The Kustomize binary will be downloaded.Checks