Markus Padourek

Results 82 comments of Markus Padourek

Would be great to see support for this.

I am using the kops version of the dashboard in one of our environments and have taken this yaml: https://github.com/kubernetes/kops/blob/master/addons/kubernetes-dashboard/v1.7.0.yaml, just updated the dashboard image to 1.7.1 and still seeing...

@floreks Thanks for that snippet - the kops deployment is also just accessible via https and is using its own cert. It even provides a shortcut url `https://api.cluster-name.company.com/ui`, which then...

Was just looking into exactly the same thing and could only find: https://github.com/timebug/lua-resty-redis-ratelimit

I am working on an application where I will have to select data from quite large tables, so an async `Flow` API with postgresql set to single row mode would...

@mariusgrigoriu The main reason I could not implement what you proposed was due to a limitation in bazel/starlark: https://github.com/bazelbuild/bazel/issues/1232. But if you do find a better way of implementing this...

I actually did think of some improvement of this a while ago, because it also becomes a bit weird when one uses a `filegroup`. I was thinking one way of...

But either way, happy to get in any improvements you come up with.

Yep of course, any contributions are very much appreciated. First of all I would recommend the bazel documentation and https://github.com/bazelbuild/examples to get some basic understanding about the wiritng of rules....

@tomaszstrejczek thanks for the contribution - can you please add a test that verifies this behaviour?