Felix Bünemann
Felix Bünemann
If you can come up with a reduced test case, we could file an issue for the orc component in the [GStreamer Bugzilla](https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer).
I think this bug is too old for that to be the reason.
Ooops, just noticed there are a bunch of other PRs that do the same, like #93 and #100. ~~I noticed that #93 uses `canImport` which should be better thatn the...
> Readme could be updated as well Sure, what do you suggest?
See #103
Unfortunately scheduling jobs is usually much more involved then a simple sleep loop. For one thing you need to express something like "run this job every 30 minutes, but only...
This is not only relevant for proxy protocol, but also if using a http mode load balancer that uses the `X-Forwarded-For` header. Btw. on kube-aws the default range of 10/8...
@kmala I've looked at the access logs in my kube-aws CoreOS K8s cluster with flannel overlay networking and the originating IP for requests from the ELB was 10.2.71.1 which is...
That makes sense, thanks for the clarification.
@kmala I did some more checking and I believe the requests always come from IPs in the pod network, no matter if they hit the router straight from the ELB...