-
Hello, i have deployed etcd in k8 cluster , istio-proxy service mesh . etcd is installed in non-tls mode. i am getting below error "detail": "<_InactiveRpcError of RPC that terminated with:\n\tstatus = StatusCode.UNAUTHENTICATED\n\tdetails = "Established channel does not have a sufficient security level to transfer call credential. this si the etcd log 1:09.756+00:00","version":"1.2.0"} Please help me how to resolve it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @aru88 - This could be an issue with your etcd python client, for example this open github issue talks about the error message you are encountering: kragniz/python-etcd3#1876. I would suggest using an alternative, known good client like |
Beta Was this translation helpful? Give feedback.
Hey @aru88 - This could be an issue with your etcd python client, for example this open github issue talks about the error message you are encountering: kragniz/python-etcd3#1876.
I would suggest using an alternative, known good client like
etcdctl
cli to confirm if the issue sits with etcd or your python client. If you need help with your python client you would need to open an issue with the github repositiory for that client.