Zhenghan Zhou

Results 96 comments of Zhenghan Zhou

scaledobject_controller also has some scaledobject validations. Should these validations also be moved to a separate file?

> > When `triggers` is set with an empty array in ScaledObject, KEDA doesn't validate this empty value and will create a default HPA with a default 80% averageUtilization CPU...

I think we can add a flag like AZURE_RUN_AAD_POD_IDENTITY_TESTS to enable/disable opentelemetry.

Hi @tomkerkhove @JorTurFer , Here is my basic design for implementing this feature: 1. Users can select their preferred metrics collection mode (Prometheus Only/OpenTelemetry Only/Prometheus and OpenTelemetry Both) using environment...

Hi all, here's the high-level idea of how I'd like to implement CloudEvents in KEDA: ![eventemitrefactor](https://github.com/kedacore/keda/assets/4278354/5c7a8e3d-d791-4a93-8c00-152da484bd58) To acheive this, we'll need to 1. Introduce new CRD and start watching it...

There may be a scenario where the user needs to send one CloudEvent to multiple destinations, and there are two possible solutions: 1. Let the user create multiple CloudEvent resources,...

Could you help to update the CHANGELOG?

You can update it in https://github.com/kedacore/keda/blob/main/CHANGELOG.md There is a checklist in default description when you create a PR. You can follow it in the next time. ### Checklist - [...

/run-e2e **Update:** You can check the progress [here](https://github.com/kedacore/keda/actions/runs/8356108056)