On 06/26/2017 01:43 PM, Paul W. Frields wrote:
On Fri, Jun 23, 2017 at 05:20:14PM -0400, Eduard Lucena wrote:
Hi,
For the first articles, all commands, including the 2 optional packages, run smoothly in F26.
For the second one, I got stuck in the command: minikube start --vm-driver=kvm
This one throws an error: Exec format error
I'm running F26 without any extra repositories, in a VM (virt-manager+qemu-kvm) with the Fedora Workstation 64-bit image.
I'll try to dig in this error later.
I did some light copy editing on the first article this weekend, so once we can resolve this issue, should be good to go. It was really well done, Justin -- looks like this will be a *great* series of articles!
Thanks for the feedback on this, Eduard… so on a second inspection, it turns out a made a very silly mistake. :)
In the part of the article where you download Minikube, I had put this line:
$ curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-darwin-amd6...
Note the `darwin` bit. I had you download the binary for macOS CPU architecture. Whoops! The correct one should be:
$ curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
I've since updated this in the article. As of now, it should be working as expected! Do you think you could give it another quick pass for me?
https://fedoramagazine.org/?p=17823&preview=1&_ppp=261ad8d760
As a scheduling note, this is for the second article in the series – the first one should be good to schedule for tomorrow if we can get a featured image up for it. :)
Thanks!