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 Jan 20, 2022. It is now read-only.
From this thread (etcd-io/etcd#9785 (comment)), it appears there have been fixes in other projects to handle where etcd uses the server's crt internally when acting as a client.
From this thread (etcd-io/etcd#9785 (comment)), it appears there have been fixes in other projects to handle where etcd uses the server's crt internally when acting as a client.
I put some more info in this issue in kops: kubernetes/kops#8512
Basically, we see the following message in the etcd.log file, about every few minutes:
cat etcd.log |grep -A 1 rejected
It appears the messages are benign, but they are much more prevalent in 3.4.3 than earlier versions of etcd (3.3.13).
We could add client usage to the server certificate in options.go when we make the GRPCServerConfig.
I am not sure why this is more visible in etcd 3.4.3 versus version 3.3.13.
The text was updated successfully, but these errors were encountered: