Open
Description
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
Labels
No labels