-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
In versions of Alpine 3.4 and later, a name resolution issue was introduced and causes problems with certain Kubernetes setups. The issue appears to be incosistent and difficult to reproduce (but has been detected on CentOS and NixOS setups). Moving away from Alpine seems the best option for now.
@hiddeco Can you post the before and after image differences here? |
Looks like |
The Helm operator image size is weird, it installs less packages but ends up being bigger? |
@hiddeco an alternative to bitnami would be |
Another thing to consider, using |
I had forgotten about ARM support, plus debian/slim has date-tags which help tracking down what's being run. I think we should give it a try, thanks @stefanprodan |
In versions of Alpine 3.4 and later, a name resolution issue was
introduced and causes problems with certain Kubernetes setups. The
issue appears to be incosistent and difficult to reproduce (but has been
detected on CentOS and NixOS setups). Moving away from Alpine seems the
best option for now.
Fixes #2051, addresses #1980, #1148