Benjamin Berman

Results 118 comments of Benjamin Berman

Note that I use my own fork of `vertx-sync` 3.6.0 with my AOT instrumentation and it works fine, so I agree in principle there's probably something wrong with 3.7.0

> Even in the Quasar tests for Actor, sleep() is used to cause a delay between function calls, which of course creates a new thread. In that code, it's used...

You can't use `hostNetwork: true` on a typical EKS instance. It needs a public IP to be useful. You can't use the `nginx` loadbalancer by itself. On AWS you have...

I commented out this code in a fork to deploy Windows GPU instance nodegroups. Their EKS optimized AMIs do not come with GPU drivers, but the end user can still...

This bug is reporting a design flaw not an engineering flaw. It is my opinion you should not do this check. `eksctl` could give a warning instead. Maybe change it...

Here's a PR you can review: https://github.com/weaveworks/eksctl/pull/5520

> So we're planning to address this change in behaviour by evaluating adding support for installing the GPU drivers for Windows as part of the node bootstrapping process, not by...

> add a warning message instead to the user. I could but you guys don't release how poorly I know golang.