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
{{ message }}
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
Since the container is FROM scratch and the binaray is statically linked, DNS resolution with CoreDNS inside the cluster won't work.
From the build:
/usr/bin/ld: /tmp/go-link-262298860/000016.o: in function `_cgo_26061493d47f_C2func_getaddrinfo':
/tmp/go-build/cgo-gcc-prolog:58: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
This makes the --kubeconfig flag unusable when there is a DNS name from within the cluster.
Would you be open to swtich the image to Alpine instead for instance?
The text was updated successfully, but these errors were encountered:
Since the container is FROM scratch and the binaray is statically linked, DNS resolution with CoreDNS inside the cluster won't work.
From the build:
This makes the
--kubeconfig
flag unusable when there is a DNS name from within the cluster.Would you be open to swtich the image to Alpine instead for instance?
The text was updated successfully, but these errors were encountered: