keda icon indicating copy to clipboard operation
keda copied to clipboard

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes

Results 445 keda issues
Sort by recently updated
recently updated
newest added

As per disussion from July 7 2024: https://docs.google.com/document/d/1zdwD6j86GxcCe5S5ay9suCO77WPrEDnKSfuaI24EwM4/edit

skip-e2e

Add ### Checklist - [x] When introducing a new scaler, I agree with the [scaling governance policy](https://github.com/kedacore/governance/blob/main/SCALERS.md) - [x] I have verified that my change is according to the [deprecations...

### Report Getting "**api error UnrecognizedClientException: The security token included in the request is invalid.**" when I try to use AWS Secret Manager TriggerAuthentication with credentials accessKey and accessSecretKey. -----------------------------...

bug

https://github.com/kedacore/keda/pull/5816 is in the process of introducing cluster scoped version of `CloudEventSource`. For simpler PR review, I would like to use this to communicate better some of my ideas for...

### Report There is no way I can pass "**Secret key**" under "**awsSecretManager.secrets**" section. When we actually create secret in AWS secret Manager it will have "Secret name" under which...

bug

### Proposal Similarly to the way other scaler works, my proposal would be to be able to point a SaledCronJob to a specific cronjob which can then be supended or...

needs-discussion
feature-request

Add generateEmbeddedObjectMeta flag when generating crd ### Checklist - [ ] When introducing a new scaler, I agree with the [scaling governance policy](https://github.com/kedacore/governance/blob/main/SCALERS.md) - [ ] I have verified that...

### Proposal We encountered a situation where we set up annotations in the template metadata of ScaledJob, but the pod generated by ScaledJob had empty metadata. The annotation that pod...

needs-discussion
feature-request

### Proposal There are certain resource saturation situations which would could restrict scaling out. While these situations sometimes can be incorporated into a `formula` in `scalinModifiers`, that could result a...

needs-discussion
feature-request

### Proposal I believe we should introduce a new configuration option that will influence this: ```diff metadata: queueName: orders queueLength: '5' + queueLengthStrategy: Default|VisibleOnly|InvisibleOnly activationQueueLength: '50' connectionFromEnv: STORAGE_CONNECTIONSTRING_ENV_NAME accountName: storage-account-name...

feature