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
Using helm spay 4.0.12 with helm version 3.11.3 and RHEL 8.7, we have the following error:
/home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray: /lib64/libc.so.6: version GLIBC_2.34' not found (required by /home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray) /home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray: /lib64/libc.so.6: version GLIBC_2.32' not found (required by /home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray)
When rolling back to Spray 4.0.9, everything works fine.
The text was updated successfully, but these errors were encountered:
Best fix is to update OS (it is a dependency like others after all), otherwise I guess it's feasible to push the CGO_ENABLED build configuration to github action runner
we cannot always ensure the libs are present on the OS, it can be an old system or more recent in which we cannot control what is installed. Having a better compatibility managed by the Helm Spray delivery would help us.
Thanks.
Using helm spay 4.0.12 with helm version 3.11.3 and RHEL 8.7, we have the following error:
/home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray: /lib64/libc.so.6: version
GLIBC_2.34' not found (required by /home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray) /home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray: /lib64/libc.so.6: version
GLIBC_2.32' not found (required by /home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray)When rolling back to Spray 4.0.9, everything works fine.
The text was updated successfully, but these errors were encountered: