Ok found it.

The docker config has been altered on all nodes:

grep OPTIONS  /etc/sysconfig/docker
OPTIONS=' --selinux-enabled --log-driver=json-file --log-opt max-size=50m'

Where it should be

OPTIONS=' --selinux-enabled --insecure-registry=172.30.0.0/16
--log-driver=json-file --log-opt max-size=50m'

I have no idea why we lost this setting, and why ansible didn't restore it
:(
​
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to