-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL scheme changed in istio 1.6.0 #1
Comments
I'm having the exact same issue on Mac with Istio >= 1.6 wrong: https://github.com/istio/istio/releases/download/1.6.3/istio-1.6.3-osx-amd64.tar.gz Until the fix gets merged you can use following workaround:
|
I'm on Mac OS X and I'm experiencing the same issue as @shusugmt. For Mac and Windows versions, arch_type should not be used. I noticed the author (@shosti) of #3 closed their pull request and it was never merged. It would be great if that change or a similar one can be incorporated to address this issue. |
Oh I closed my PR in favor of #2. Is this still an issue? |
@shosti yes the problem still exists and your PR is valid. |
On the OSX a spurious architecture was getting put in the URL:
The branch 3 does work though. +1 on the merge. |
As much as I prefer to use the official registered plugins, I've given up on this. Seems to have been abandoned given 5 months with no fix? https://github.com/appfolio/asdf-istioctl seems to work; perhaps we should get the "official" registered plugin replaced with one that is maintained; or move to a fork of this repo? |
IDK what was going on with this one, but it caused all kinds of "permission denied" errors in folders that ASDF should have no business touching. |
asdf isntall istioctl 1.6.0
doesn't work because istio changed their release naming scheme:It looks like the correct address is https://github.com/istio/istio/releases/download/1.6.0/istio-1.6.0-linux-amd64.tar.gz .
The text was updated successfully, but these errors were encountered: