project-codeflare / instascale

On-demand Kubernetes/OpenShift cluster scaling and aggregated resource provisioning
Apache License 2.0
10 stars 20 forks source link

Install kustomize through the makefile #134

Closed VanillaSpoon closed 1 year ago

VanillaSpoon commented 1 year ago

Describe the Bug

Running make kustomize does not install kustomize locally. This is due to calling go-get-tool which is not defined.

Codeflare Stack Component Versions

Instascale

Steps to Reproduce the Bug

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.