Pretty simple situation. I use container engine to create k8s clusters. I need to fuse some buckets to the nodes and want to use this project for that purpose:
https://github.com/GoogleCloudPlatform/gcsfuse
I downloaded it and cross-compiled for linux as such:
gcsfuse_linux: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, not stripped
When I do that and scp the pre-compiled go to the machine it gives me:
bash: ./gcsfuse_linux: Permission denied
Which is strange given I own the file, have the root and exec permission on the file.