Elad Itzhakian

Results 10 comments of Elad Itzhakian

Could also use the ability to modify ``` --horizontal-pod-autoscaler-use-rest-clients ``` Since I'm having problems with HPA and metrics-server and can't view or configure it

I'm having the same problem. Using node-redis 4.0.0 Redis server image `v4-alpine` Connects just fine with `redis-cli` but getting `ConnectionTimeout` using `node-redis` This is how I connect: ``` createClient({ url:...

for me the situation was resolved only by setting `runAsUser: 0` on `StatefulSet`

@scott-hiemstra you're a life saver

I'm also experiencing this exact issue on M1

This is a major issue in a project I'm working on ☝️

@nineinchnick in our use case it happens when trino is OOM while spawning a new query. set `-Xmx` to a relatively low value then execute a query

@nineinchnick any chance to push this for the next release? 🙏

I encountered the same issue in a project I'm working on. Is there a reasonable workaround for this until the driver team picks it up?