Closed InvisibleFunction closed 2 years ago
@InvisibleFunction I reproduced the missing wget command on the arm64 image, but not the amd64 version. Turns out my base image for the arm architecture did not, in fact, contain wget.
I will rebuild this and hopefully get some better tests before I push out a release. I have to admit, testing arm architecture is a bit of a stretch because all I have is a little raspberry pi.
And thank you for posting the issue!
Hi, I'm trying to follow the Quick Start on the website and am encountering an error.
I'm using MacOS 12.5.1 and minikube v1.27.0. I installed terraform-operator by cloning the repo and using kubectl as documented.
The error I get is:
I see that the container image doesn't have wget:
It looks like the script seems to require wget under certain circumstances.