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
With the new updated skupper version, the install command looks for GLIBC_2.32 and GLIBC_2.34 which isn't on the cloud shell running version GLIBC_2.17. As a result, we can't use cloudshell for skupper installation both in IBM and AWS cloudshell.
curl https://skupper.io/install.sh | sh
ERROR:
skupper: /lib64/libc.so.6: version GLIBC_2.32' not found (required by skupper) skupper: /lib64/libc.so.6: version GLIBC_2.34' not found (required by skupper)
The text was updated successfully, but these errors were encountered:
I was suspecting the version difference, thanks for confirming @nluaces . Is there a similar script to install 1.4.4 version, like we use for default install?
curl https://skupper.io/install.sh | sh
With the new updated skupper version, the install command looks for GLIBC_2.32 and GLIBC_2.34 which isn't on the cloud shell running version GLIBC_2.17. As a result, we can't use cloudshell for skupper installation both in IBM and AWS cloudshell.
curl https://skupper.io/install.sh | sh
ERROR:
skupper: /lib64/libc.so.6: version
GLIBC_2.32' not found (required by skupper) skupper: /lib64/libc.so.6: version
GLIBC_2.34' not found (required by skupper)The text was updated successfully, but these errors were encountered: