Sylvain Boily

Results 22 comments of Sylvain Boily

Hey @colemickens I hit the same limitation today. ```` 2h 3m 32 {service-controller } Warning CreatingLoadBalancerFailed Error creating load balancer (will retry): Failed to create load balancer for service ntg6ms1/gateway:...

@colemickens thanks. with 30 we are good for now, The major issue getting us close to 30 is the IP leak that I will be going back to debug this...

@pavolloffay the esCleaner doesnt support priorityClass neither, I'm not sure if we should add that as a requirement to this issue @arminc or if its best to create another issue...

"" | count | requestUri | status code | user | verb -- | -- | -- | -- | -- | -- 1 | 17723 | /apis/authentication.k8s.io/v1/tokenreviews | 403...

we are getting ~17k 403 requests per day, why is jaeger trying to create **tokenreviews**

Sorry I created using a new github app. I should have added more comments It would be great to support generating a similar table but for installed charts. Current chart...

I have updated the code to use 2.1.8 cassandra API, The changes are quite straight forward, ``` return ssProxy.forceRepairRangeAsync(beginToken.toString(), endToken.toString(), keyspace, - repairParallelism.ordinal(), null, null, + repairParallelism.ordinal(), null, null, FULL_REPAIR,...

Here's a PR https://github.com/spotify/cassandra-reaper/pull/121 for this feature. It would be great if we could keep multiple branches, master = Cassandra 2.2, branches cassandra-2.1, branches cassandra-2.0, since the Cassandra API doesn't...

@zznate Sorry for the late response, just had a chance to look at this now. I will look at your PR.