Gleb

Results 7 comments of Gleb

> chrome_options.add_argument("--auto-open-devtools-for-tabs") # automatically open dev tools on every new tab That worked mate, thanks! Btw anyone knows how to close it afterwards? Site-specific protections detect me because it's opened....

Hi @locustbaby, I don't see this error in the log, though it seems to be the one actually causing the issue: https://github.com/milvus-io/milvus/blob/9ffcd53bd41af26c34d4308b7d48a64d19acc118/internal/core/src/storage/MinioChunkManager.cpp#L125-L132. To clarify - does Milvus support using GCS...

cc @elikatsis @kimwnasptd @MartinForReal can we get this one merged? For now, I have to manually patch the controllers every time I need an upgrade. Thanks!

> LGTM. Does this also apply to the `gcp_stackdriver_metrics` sink, though? As far as I see here, auth is being handled at the request level: https://github.com/vectordotdev/vector/blob/5b471406aad01669776b8934838465b94db73a9b/src/sinks/gcp/stackdriver_metrics.rs#L248 which refers to: https://github.com/vectordotdev/vector/blob/5b471406aad01669776b8934838465b94db73a9b/src/gcp.rs#L147-L154...

> cc @punkerpunker hi @fbretel-sc, @Steeeephen, certainly, I'll bring the `Dockerfile` by the end of the week

Hi @congqixia, can we please get this one merged? Thanks! That one follows the #697

Faced this issue myself, to me the solution was quite obvious: It should be: ``` export ETCD_INITIAL_CLUSTER_STATE="existing" export ETCD_NAME="milvus-etcd-0" export ETCD_INITIAL_ADVERTISE_PEER_URLS="..." export ETCD_INITIAL_CLUSTER="..." etcd ``` instead of: ``` ETCD_INITIAL_CLUSTER_STATE="existing" ETCD_NAME="milvus-etcd-0"...