autoscaling
Here are 302 public repositories matching this topic...
-
Updated
Feb 17, 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
Current Node Resource Controller update Kubernetes node ext resource with the predicted idle resource, all idle resources will be reallocated as ext resource which can be used by lower priority pods, especially for offline job, however this would leads the node resource to be exhausted, thus some of them would be evicted during the the execution.
So the request is to make
-
Updated
Apr 3, 2022 - Go
-
Updated
Sep 28, 2020 - Smarty
-
Updated
Mar 31, 2022 - Java
-
Updated
Apr 4, 2022 - HCL
-
Updated
Mar 27, 2022 - Go
-
Updated
Apr 28, 2020 - Python
-
Updated
Dec 28, 2021 - Go
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
Mar 25, 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
Mar 29, 2022 - HCL
-
Updated
Apr 4, 2022 - HCL
-
Updated
Jan 12, 2022 - Ruby
-
Updated
Jan 17, 2020 - Python
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
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."


Azure Functions provides a way to load trigger configuration values from an environment variable using an app setting binding expression (i.e. %syntax%) KEDA currently requires some values to be read from an environment variable / secret (e.g. connection strings), b