autoscaling
Here are 313 public repositories matching this topic...
-
Updated
May 24, 2022 - Go
Is your feature request related to a problem? Please describe.
Updating escalator config currently requires a pod restart. We should update escalator to automatically read new config upon changing on disk.
Describe the solution you'd like
Check for changes in nodegroup config before each run. If safe to do so, run with the new config.
*Describe alternatives you've considered
Describe the feature
Currently craned only read recommendation config when craned is starting, if you change the recommendation config, craned will also use old configuration.
It would be better to aware the change for configmap and reload it in memory.
-
Updated
Jun 1, 2022 - Go
-
Updated
Sep 28, 2020 - Smarty
-
Updated
Mar 31, 2022 - Java
-
Updated
May 16, 2022 - HCL
-
Updated
May 14, 2022 - Go
-
Updated
May 14, 2022 - Go
-
Updated
Apr 28, 2020 - Python
Description
With the changes introduced in #227, Noma API calls for job scaling operations were updated to permit stale reads. We should update the remainder of Nomad API calls for consistency and decreased load on the Nomad Servers.
-
Updated
Mar 8, 2020 - Go
-
Updated
Nov 7, 2021 - Perl
-
Updated
May 30, 2022 - Go
We have often see developer telling us the problems going on with WPA and then the first way to debug the issue is by going through WPA kubernetes logs for the queue to find what is going on. We should logs events for all the important thing that goes on with the WPA object.
Reasons:
- Easy to debug.
- Developer who does have access to wpa logs but has access to their WPA object can tro
-
Updated
Nov 3, 2017 - Go
The interceptor should be able to route requests for the same host to different services based on the request path.
Use-Case
When using an ingress controller, you can create Ingress objects that route different requests for the same host to different backend services, depending on the path portion of the request. This can be done by within a single Ingress object or across multiple of
-
Updated
Apr 6, 2021 - Dockerfile
-
Updated
Feb 27, 2019 - Python
-
Updated
Apr 28, 2022 - HCL
-
Updated
Apr 29, 2022 - HCL
The port limit constant (10) should be lifted into a constant and reused in our ports value validation, in the k8s get-port-range function, and anywhere else it is used.
-
Updated
Apr 14, 2022 - Ruby
-
Updated
Jan 17, 2020 - Python
-
Updated
Mar 4, 2022 - Shell
-
Updated
May 25, 2020 - Makefile
-
Updated
Dec 5, 2020 - JavaScript
-
Updated
May 11, 2020 - Python
Improve this page
Add a description, image, and links to the autoscaling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the autoscaling topic, visit your repo's landing page and select "manage topics."
Proposal
As disscuseed on kedacore/keda#2765 (comment), we should unify the functions for Status & Conditions handling. Referencing controller related stuff here is suboptimal.
There are two locations with similar functions:
https://github.com/kedacore/keda/blob/9f0ee58fc6839d74636e1ec6883fe21d82617ea3/controllers/keda/util/status.go#L30-L63
https://g