gfrankliu

Results 58 comments of gfrankliu

The latest awscli that comes with CentOS 7 is awscli-1.14.28-5.el7_5.1.noarch.rpm https://mirrors.edge.kernel.org/centos/7/os/x86_64/Packages/

Based on the [discussion here](https://stackoverflow.com/questions/44828856/google-iap-public-keys-expiry), the key expiration may be infrequent, but IAP engineer suggested `refresh the keyfile on lookup failure` approach. This shouldn't be a significant source of load...

Thanks and look forward to it.

People use `openvpn-client-export` package along OpenVPN server, to allow export of client configs and make it easier for remote clients configuration against this vpn server. It would be nice if...

For your own clusters, follow [this](https://cloud.google.com/stackdriver/docs/managed-prometheus/setup-unmanaged) If you use non Kubernetes, follow [this](https://cloud.google.com/stackdriver/docs/managed-prometheus/setup-unmanaged#gmp-binary)

We also have such cases where all upstream servers unregistered from consul. That's why we put a dummy "server" in the "upstream", eg: ``` upstream upstream_pool { server 127.0.0.1:11111 down;...

curl seems to support it http://superuser.com/questions/834307/can-curl-send-requests-to-sockets

That's an interesting finding. You mentioned if you specify weight=1 for every backend, the load will be approximately equal. Can you try another weight, eg: weigh=100, for every backend, will...

Is your etcd index changing frequently? upsync watches `127.0.0.1:2379/v2/keys/upsync/test` . The long poll will return whenever etcd has index changes, even if your "test" returns same list of servers. When...

For testing, please stop those 60 servers from updating etcd and see if the result is different. The TTL=120 is only applicable to the etcd dns interface, upsync module uses...