jainishshah17 / tugger

Kubernetes Admission Webhook to enforce pulling of Docker images from the private registry.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tugger startup error

loicalbertin opened this issue · comments

Hi,

I'm running on MicroK8S (v1.27.4)

Starting with Tugger tag 324 and newer, Tugger fails to start with the following messages:

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

Did I miss something?

It has been a while since the set of Kubernetes versions exercised in the tests have been updated. That would be the first step in trying to reproduce this. If you want to open a PR for it, that would be appreciated. Edit: opened #190 to exercise v1.27.

k8sVersion:
- v1.20.7
- v1.21.2
- v1.22.5
- v1.23.3

#187 sounds related. Maybe that will help you.

I was not able to reproduce this in Kubernetes v1.27 in #190. It's working fine there, both with and without the change in #187.

Problem solved with tag 344.
Thanks!