autoscaling
Here are 288 public repositories matching this topic...
-
Updated
Oct 21, 2021 - 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
-
Updated
Nov 25, 2021 - Go
-
Updated
Sep 28, 2020 - Smarty
-
Updated
Mar 25, 2021 - Java
-
Updated
Nov 22, 2021 - HCL
-
Updated
Sep 26, 2021 - 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
Aug 31, 2021 - Go
-
Updated
Nov 18, 2021 - 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
-
Updated
Feb 27, 2019 - Python
-
Updated
Apr 6, 2021 - Dockerfile
-
Updated
Oct 21, 2021 - HCL
-
Updated
Jan 17, 2020 - Python
-
Updated
Apr 29, 2021 - Ruby
-
Updated
May 25, 2020 - Makefile
There are quite a few places where we have to consume a kubernetes resource, watch it for changes, and keep a copy of it (or some data derived from a copy of it) in memory and up-to-date. So far, we have written code from scratch that uses a watch.Interface to watch for changes, and uses a Kubernetes client to periodically do a full fetch of the Kubernetes resource(s) in question.
In #269, we
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
May 11, 2020 - Python
-
Updated
Oct 25, 2021 - Shell
-
Updated
Jan 18, 2021 - Go
-
Updated
Jul 4, 2020 - HCL
-
Updated
Dec 5, 2020 - JavaScript
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."
The resource name and the queue endpoint suffix should be configurable in triggers.
https://github.com/kedacore/keda/blob/57ffd4ee384db38f1169453cb16b31f00eacffa5/pkg/scalers/azure/azure_storage.go#L34-L64
Task List