Ethan Lynn

Results 24 comments of Ethan Lynn

Any updates? Seen this issue on some of RT kernel env and the root cause still haven't been identified yet. But the steps provided could help to manually reproduce this...

The sock file still exists, just the "CONNECTED" session lost, meaning somehow kubelet didn't connect back to sriovdp, sriovdp probably need to re-register to kubelet. (same as restart sriovdp process)

Yes, either restart sriovdp or kubelet could recover the connection, restart sriovdp is easier. Sorry, the logs of kubelet were flushed. The logs of sriovdp is just as normal, but...

In this example from go, seems it use a user input service_name for mdns https://github.com/libp2p/go-libp2p/blob/eff72c4afafc766a24dd306145ebd4721fe852df/examples/chat-with-mdns/main.go#L116

Met the same issue on 3.3.3 cluster, etcdctl works fine, but not curl. I could do health check through curl, but put key request will return error "transport: authentication handshake...

I have the same requirements, would like etcd-operator to use cert to do livenessprobe, and use user/pass auth for each clients, which means I don't want to set "client-cert-auth" to...

I have the same requirement to have e3w as a browser, it would be good to set root key to "", so that I can go through the datas there.

Met the same issue, the default resolver didn't search for nested struct although json.Marshal works.

Met same issue `chmod: missing operand after '0600'` during upgrade to gitlab 12, any suggestions here?

okay.... I figure out a way to solve it, first create 11/main folder with correct owner , then create an empty file under 11/main, it will workaround `chmod 0600` failure,...