Rudi C

Results 51 comments of Rudi C

Actually, I just found that nowadays you just can't inspect an orphan pod: ``` 2016-12-28T01:59:37.101523039Z [2016-12-28T01:59:37Z] Incoming HTTP/1.1 GET /api/v1/pod/kube-system/kube-dns-v20-yg7e5 request from X 2016-12-28T01:59:37.101558733Z Getting details of kube-dns-v20-yg7e5 pod in...

This is something I really miss from the Borg UI. In that case, it's the pod that writes out a file with a bunch of links, but that's mainly because...

Uh, this breaks TestSpan.test_constructor_defaults. So perhaps the code serves no purpose? @liyanhui1228, you added the code in https://github.com/therc/opencensus-python/commit/a155f47d8225d2c399165bfc24da25e1f6e062a0, is it a bad copy and paste from context_tracer.py?

Any progress on this? On large machines, we see a lot of these: ``` AssignIPv4Address: IP address pool stats: total: 62, assigned 52 DataStore has no available IP/Prefix addresses ```...

I had opened feature request #386 but somehow managed to miss this until now. It would be nice to have the change merged, of course, but also have the parameter...

The main reason to grab the container is to use the same compiler. I think the kernel refuses to load modules built with a different minor (4.8 vs 4.9). You're...

A few rough ideas: 1. iptables has support for cmd-owner, gid-owner and uid-owner. We could match the command name and mark packets. Or perhaps the admin can run the proxy...

As to performance: the cloudprovider in Kubernetes fetches metadata fairly frequently. Even if it's not hitting the credential endpoint, it's still going to go through the proxy. It would be...