Alexey Novgorodov

Results 7 comments of Alexey Novgorodov

I am getting a similar error on Kubernetes 1.10 ``` export RS_ETCD_CLIENT_CERT=/etc/kubernetes/pki/etcd/peer.crt export RS_ETCD_CLIENT_KEY=/etc/kubernetes/pki/etcd/peer.key export RS_ETCD_CA_CERT=/etc/kubernetes/pki/etcd/ca.crt export RS_ETCD_API_VERSION=v3 ./rcli-linux.dms stats Collecting stats from etcd endpoint http://127.0.0.1:2379 ERRO[0000] Get http://127.0.0.1:2379/version: malformed...

Thanks @mhausenblas ! It works with --endpoint https: ``` ./rcli-linux.dms stats --endpoint https://127.0.0.1:2379 Collecting stats from etcd endpoint https://127.0.0.1:2379 Vanilla Kubernetes [keys:788, size:1430983] ./rcli-linux.dms explore --endpoint https://127.0.0.1:2379 Exploring etcd endpoint...

``` ./rcli-linux.dms explore Exploring etcd endpoint http://127.0.0.1:2379 ERRO[0000] Get http://127.0.0.1:2379/version: malformed HTTP response "\x15\x03\x01\x00\x02\x02" ```

Maybe the following will be helpful - I had a similar error when running buildkit 0.9.3 on RHEL 7/8. Fixed it by recompiling buildkit, explicitly adding selinux tag. (However, in...

If you look into Dockerfile, there's a line like this: ARG BUILDKITD_TAGS You can pass the tag via the build argument BUILDKITD_TAGS="selinux" (or add tag "selinux" directly to go build...

> @drdivano Thanks for the PR!. Since it's related to just the k8s example can you rename it to k8s example: use podManagementPolicy: Parallel > > And then in the...

Another concern is that some controllers are listening for pod events (i.e. ingress controllers), and keeper/proxy updates cause some CPU (and logging) overhead.