Skip to content

Wrong istio selection on FIPS enabled node #69

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

Closed
jackalsh opened this issue Aug 29, 2021 · 1 comment
Closed

Wrong istio selection on FIPS enabled node #69

jackalsh opened this issue Aug 29, 2021 · 1 comment
Assignees

Comments

@jackalsh
Copy link

jackalsh commented Aug 29, 2021

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

@mathetake
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants