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 was archived by the owner on Nov 7, 2018. It is now read-only.
You have moved to Alpine linux quite some time ago (pires/docker-jre@00104da), since that moment kubernetes elasticsearch doesn't work. The reason is simple - alpine doesn't support search parameter in resolve.conf.
The plugin for kubernetes node discovery has kubernetes.default.svc as desitnation name, but kubernetes DNS doesn't have this address completely, but domain name search instead... so as a result - this builds are useless since that commit.
I see 2 options:
change name in plugin to kubernetes.default.svc.cluster.local
move to debian or any other base image with normal glibc.