To ensure the etcd
service is serving TLS to clients,
make sure the etcd-pod*
ConfigMaps
in the
openshift-etcd
namespace contain the following argument
for the etcd
binary in the etcd
pod:
oc get -nopenshift-etcd cm etcd-pod -oyaml | grep "\-\-client-cert-auth="
the parameter should be set to true
.