Results 10 comments of Qiu Yu

> @cronik Your solution actually works just fine, with some modifications. Here's a generalized version of my solution: > > Added this plugin to argocd-cm > > ``` > data:...

@philwinder could you help to take a look? This fixes the problem I'm hitting when deploying `microservice-demo` on Kubernetes 1.7 cluster.

@etiennetremel Yeah, this way it certainly removes the complexity. The only remaining question I have is, is there more canonically way to test Grafana API availability, rather than relying on...

Well, it's nothing related to ipdb, but an IPython issue. In latest IPython version (0.13.1 or git trunk), some magic function pdef/pdoc/pinfo have already been exposed to IPython debugger interface....

Agree. The ability to have per namespace `net.netflow.destination` setting is the main thing I need. Regarding what should be the default value in namespace (inherited from host namespace, or not)...

I don't see why it is ruining Docker model. The idea of container is I can deploy and run everything inside an isolated sandbox. In my case, Netflow is the...

@vel21ripn Awesome! Is that the one in your fork's `netns` branch?

The following patch should help ``` diff --git a/protobuf/internal/proto_compile.bzl b/protobuf/internal/proto_compile.bzl index e48ce45..3512f59 100644 --- a/protobuf/internal/proto_compile.bzl +++ b/protobuf/internal/proto_compile.bzl @@ -742,7 +742,7 @@ proto_compile = rule( mandatory = False, ), "protos": attr.label_list(...

Run into the same, and https://github.com/gu-fan/InstantRst/pull/22 fixes it. Besides, since instant-rst is in Python3, had to use `pip3 install https://github.com/Rykka/instant-rst.py/archive/master.zip` as I have both pip (python2) and pip3 (python3) in...

Facing the same. My setup was working before with 8.0.1453-1ubuntu1.1 then broken after 8.2.0343-0york0~18.04 (from ppa:jonathonf/vim) Thanks for the workaround! @GillesP