Ciro S. Costa

Results 107 comments of Ciro S. Costa

related: https://github.com/vmware-tanzu/cartographer/issues/829

also, is it common practice to include the fakes? cartographer itself doesn't have any need for them as is - would it be enough to expose the listers/informers/etc but not...

the following patch _works_ but, I imagine there might be a better approach: ```diff diff --git a/pkg/kbld/cmd/relocate.go b/pkg/kbld/cmd/relocate.go index 863feca..d41eaaa 100644 --- a/pkg/kbld/cmd/relocate.go +++ b/pkg/kbld/cmd/relocate.go @@ -120,6 +120,13 @@ func...

Hey @gowrisankar22 , At the moment we (Concourse) don't really have anything that we support and expose to the community. We were using Prometheus for a while some time ago,...

👍 👍 A use-case: - deploys a global service named `svc1` - deploy a service named `svc2` - from `svc2` wants to contact the container from `svc1` that sits on...

Hey @andrewsmedina , are there any plans on updating the documentation? It looks like it has not been updated for a while. Thx!

Hey @perfect-daemon , would you mind elaborating why the changes are necessary? I'm guessing there's some context behind the changes that I'm missing 😅 thank you!

just for completeness: yes, indeed, throttling is _not_ activated for RPC: https://github.com/monero-project/monero/blob/a39b1d56c8835798e2f5e3cc43c33b5f2d8e13da/contrib/epee/include/net/abstract_tcp_server2.inl#L930-L933 perhaps that should be more well advertised in the flags' description? ``` --limit-rate-up arg (=2048) set limit-rate-up [kB/s]...

That's something that Kubernetes-based deployments using Ingress could leverage too! @pivotal-jwinters , do you see this requiring many changes for the way we handle auth nowadays with Dex?

> _**waciumawanjohi** [...] Are there examples of controllers that behave differently depending on the labels on an object? (Trivially, yes. Cartographer!)_ `knative` is one example where one _might_ customize its...