Julien Fabre

Results 24 comments of Julien Fabre

Hola, Is it the right place to post this kind of feature request ? Thanks

To add some color, here are some use cases : 1. You have a multi-tenant cluster configured with X number of subnets but you are getting close to IP exhaustion...

@devkid yes but that's a problem. You can basically schedule PODs on subnets which are not configured on the master but can't access it (logs, proxy, whatever).

@hanjunlee I'm not sure I understand your question. My setup is quite simple : 1 VPC, up to 5 CIDRs with 6 subnets each (3 private subnets, 3 public subnets)....

Hi @Jarema , I'm not aware of any current work toward exactly once support. If your team is willing to tackle that part, any contribution is welcome !

Hi @Zell45, thanks for your PR. This looks a bit redundant with the existing https://pkg.go.dev/github.com/segmentio/kafka-go?tab=doc#Conn.Controller where the user would just have to use something like : ``` conn, _ :=...

This is due to this change https://github.com/iovisor/gobpf/commit/8f9d1f043a9eaad8848fecc08af3cc432e274f39 which is due to https://github.com/iovisor/bcc/pull/2208. This bcc change hasn't made up to the distro repositories yet I guess. If you build bcc from...

https://godoc.org/github.com/iovisor/gobpf/pkg/ksym

Opened https://github.com/segmentio/parquet-go/pull/313 turns out the issue was not what I was thinking about.

Hi @asubiotto ! Thanks for opening this issue. I believe you have the right expectation and we should ensure the same behavior between the two type of writers. Let us...