Jamie Thompson
Jamie Thompson
I think this is a great idea - I had previously looked at something similar to this but couldn't find any way to do it with Kubernetes, but as your...
The original design for the CPA originally allowed you to target multiple deployments, but was removed for simplicity sake. I've assigned this to myself to investigate if this would now...
Brilliant, that looks really good, I think this will tie nicely into the work I'm currently doing as part of #38 You can have a look on this branch: [switch_from_golang_to_python](https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler/tree/switch_from_golang_to_python)...
Just to add on here - suddenly my qtpass install on Windows stopped working after a Windows update (it 'launched' but the window would never appear on the screen, though...
Hi @lyudmilalala that's correct, you should be able to set the pod-deletion-cost yourself, the CPA will just interface with Kubernetes scaling APIs for adjusting replica counts, so this shouldn't overwrite...
Hi @lyudmilalala, thanks for raising this. If you are hitting one of your own endpoints that needs access to this resource information you can use a `POST` request instead (see...
Hi, I was looking into this and have found a way to change the version of node being used, thanks to [this stack overflow post](https://stackoverflow.com/questions/51999386/configuring-gradle-plugin-from-build-script), just add the following to...
Hi @akunafin, there isn't currently any way to run this in monitor mode, but that's a good suggestion - I'll update this issue to track that. The PHPA operator exposes...