Chuan-Heng Hsiao

Results 68 comments of Chuan-Heng Hsiao

This is design choice~ If there is something wrong with the local etcd, it's highly possible that there is some malfunctioning in the machine, and is not recommended to serve...

You can check the "external-etcd setting" for kubeadm. It may fit your requirement: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/#external-etcd-nodes

hi @maedoc ~ I tried dropping in [the shim that you mentioned](https://github.com/DLTcollab/sse2neon) with the following code snippet and it seems solving the SSE2 issue on m1. ``` +++ b/include/affine.hpp @@...

hi @JerrettDavis ~ Sorry for the late of response. 1. I'm so sorry that I missed "CNAME". I can add it back to the code as well. 2. Dreamhost actually...

A follow-up from Dreamhost confirmed that the APIs that we are using (dns-add_record and dns-remove_record and dns-list_records) are still working. I'll update the code and include CNAME ![image](https://user-images.githubusercontent.com/2970164/151810331-3ac0522b-f94c-4103-bfc7-d62680722321.png)

I'm also looking for "OIDC_EXTRA_REQUEST_AUTH_PARAMS", which currently exists only in the master-branch.

The original purpose for op-key is to be able to tell the peer that we are talking about some Entity A, but not directly revealing what A is, then the...

#271 did not remove the code for the original ethereum-p2p and libp2p yet~