Skip to content

"glibc not found" causes CrashLoopBackOff in fresh installation with helm #270

Description

@yogeek

I just followed the instructions to deploy sloop from helm chart : https://github.com/salesforce/sloop/blob/master/helm/sloop/README.md

I have not built the image but just deploy the chart with :

kubectl create ns sloop
helm template . --namespace sloop> sloop-test.yaml
kubectl -n sloop apply -f sloop-test.yaml

and the pod is in CrashLoopBackOff because of the following errors in the logs :

/sloop: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /sloop)
/sloop: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /sloop)

The image that has been deployed is ghcr.io/salesforce/sloop:latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions