Antonio Ojea

Results 1321 comments of Antonio Ojea

> nodePort works, it comes from the integration between kind and cloud-provider-kind. Can't reopen the issue on my side, can you do it? @aojea /reopen absolutely It is interesting it...

> Such as? We should be able to persist the config across restarts. I had to do this chmod https://github.com/kubernetes-sigs/cloud-provider-kind/blob/ad8f47301724c7615b5baef24fa7fce82d364f33/pkg/loadbalancer/proxy.go#L274

> There are other options, such as exec-ing as the same user as envoy. The chmod doesn't seem like a big problem anyhow though...? yeah, I may be overthinking the...

Ok, it seems the commands are idempotent now , a bit ugly but it is ok, and that envoy is smart enough to detect if something changed to trigger an...

kind has released 0.24 that includes network policies https://github.com/kubernetes-sigs/kind/releases/tag/v0.24.0

I spend the weekend on this, it is no complex to achieve these goals, https://github.com/aojea/kindnet/pull/24 but I'm not sure if it is worth it the effort? Is this really what...