Alex Ellis
Alex Ellis
From my perspective, this is still working as designed. ``` alex@am1 ~ % arkade get kubectl Downloading kubectl https://storage.googleapis.com/kubernetes-release/release/v1.20.0/bin/darwin/amd64/kubectl 44.09 MiB / 44.09 MiB [--------------------------------------------------------------------------------------------------------] 100.00% Tool written to: /Users/alex/.arkade/bin/kubectl...
@vielmetti happy to take a PR for this I think you're finding that very few arkade users have an arm64 desktop. Have you just bought one?
I'm open to someone working on a PR for this, can you give some details on the installation method? Does it use helm? Is it available for any other architecture...
> open-iscsi or iscsiadm installed on the node This is where users are likely to find this confusing. Is there any documentation for adding that package to kind or k3s?
Thank you for the issue. arkade install Pam/linkerd works as expected though?
Thank you for the detailed report Nuno. So for Git Bash we primarily need to work on `arkade get` For Git Bash users only: * Suggest copying to /usr/bin/ instead...
There's code already that detects the client OS and architecture - you should see it in the codebase, search for "mingw", we can use that. (And yes this applies only...
Thanks for the additional input. We already have code to determine Git Bash (please see my previous comment) https://github.com/alexellis/arkade/blob/master/pkg/env/env.go#L16 https://github.com/alexellis/arkade/issues/169#issuecomment-671240988
@nunix please could you confirm if this is still an issue?
Interesting to see this reported, because I am pretty sure I ran through this workflow and it worked for me. @nunix can you take a look with Git Bash and...