You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While fetching the last fips version using last getmesh client getmesh fetch --version 1.10.3 --flavor tetratefips
I get the following error
$ getmesh fetch --version 1.10.3 --flavor tetratefips fallback to the flavor 0 version which is the latest one in 1.10.3-tetratefips Downloading 1.10.3-tetratefips-v0 from https://istio.tetratelabs.io/getmesh/files/istio-1.10.3-tetratefips-v0-linux.tar.gz ...error while dowloading istio: exit status 22
@jackalsh thanks for this, but i believe you are using an older getmesh cli.- please update to the latest one which resolved this bug, via curl -sL https://istio.tetratelabs.io/getmesh/install.sh | bash and try again. Feel free to reopen this if this issue persists with the latest one.
Uh oh!
There was an error while loading. Please reload this page.
While fetching the last fips version using last getmesh client
getmesh fetch --version 1.10.3 --flavor tetratefips
I get the following error
$ getmesh fetch --version 1.10.3 --flavor tetratefips fallback to the flavor 0 version which is the latest one in 1.10.3-tetratefips Downloading 1.10.3-tetratefips-v0 from https://istio.tetratelabs.io/getmesh/files/istio-1.10.3-tetratefips-v0-linux.tar.gz ...error while dowloading istio: exit status 22
From the logs I see, that it takes non existing file https://istio.tetratelabs.io/getmesh/files/istio-1.10.3-tetratefips-v0-linux.tar.gz. The correct on is with amd64 at the end.
Seems like the issue happens only when I run it on FIPS enabled runner.
Probably related to this PR: #66
The text was updated successfully, but these errors were encountered: