Amitai

Results 14 comments of Amitai

@elfotografo007 @hectorj2f Did someone look at [this part](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#response) of the admission controller documentation? Where you could do a JSON Patch to an admitted object. I really need this feature so...

Hey @zohebk8s , thanks for trying out the tool. I've seen this occur to different people, and it seems like the kubeapi is too slow for the default configuration of...

https://github.com/jatalocks/kube-reqsizer/issues/30#issuecomment-1566779576

Hey @zohebk8s , can you send a screenshot of the logs now? (A few minutes after the controller has started working). It might take for it some minutes to resize

Also, try adding the "optimize" annotation to the namespace this deployment is in

@zohebk8s it appears it's working. If you gave it time through the night, did it eventually work? It might take some time on concurrentWorkers=1 but eventually it has enough data...

That's odd, it should have worked immediately. I think something prevents it from allowing it to resize. What's your values/configuration? You should make sure minSeconds=1 and sampleSize=1 as well.

The configuration should match what's on the top of the Readme (except concurrentWorkers=1)

What are resource requirements for the deployments in default namespace? The only thing I could think of is that it doesn't have anything to resize so it just continues sampling...

I see that reqsizer is alive for 11 minutes. I'd give it some more time for now and I'll check if there's a specific problem with AKS