Closed VanillaSpoon closed 1 year ago
Running make kustomize does not install kustomize locally. This is due to calling go-get-tool which is not defined.
make kustomize
Instascale
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.
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.