The run-kube-e2e-tests
for Gloo Fails on Mac
#10152
Labels
Prioritized
Indicating issue prioritized to be worked on in RFE stream
release/1.17
Type: Bug
Something isn't working
Gloo Edge Product
Open Source
Gloo Edge Version
Latest
Kubernetes Version
Latest
Describe the bug
Running
KUBE2E_TESTS=gloo make run-kube-e2e-tests
fails on Mac withfork/exec /var/folders/3f/0mkywxvs42z0qhq438_22k8c0000gn/T/vault933553558/vault: exec format error
since I have not already downloaded thevault
binary and added it to $PATH. TheGetBinary()
func from pkg utils extracts thevault
binary from thehashicorp/vault:1.13.3
Docker container but this binary is only compatible for Linux:Expected Behavior
The make target checks for the local OS and either fails early or installs the required binaries that are compatible with the OS.
Steps to reproduce the bug
Run
KUBE2E_TESTS=gloo make run-kube-e2e-tests
on a Mac that does not have thevault
binary installed.Additional Environment Detail
No response
Additional Context
No response
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: