amirschw
amirschw
**Describe the bug** When running with more than 1 replica of argo-rollouts controller (with the `--leader-elect` flag), and the current leader fails to renew the lease, stops leading and "shutting...
### Proposal In #2309 we added the global `metricType` field to all scalers. Specific scalers (CPU, Memory, Datadog) already supported different metric types using their metadata `type` field, which we...
### Proposal The azure-service-bus-go package [was replaced](https://github.com/Azure/azure-service-bus-go#readme) by the new azservicebus package. It is recommended to migrate to the new package. Migration guide: https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azservicebus/migrationguide.md/ ### Use-Case Azure service bus scaler...
### Report For scaled objects with multiple triggers, `kubectl get scaledobject` only shows the first trigger: ```bash ~ $ k get scaledobject myapp NAME SCALETARGETKIND SCALETARGETNAME MIN MAX TRIGGERS AUTHENTICATION...
### Proposal Both Scraper and Resource Discovery only support known cloud environments (via `AzureMetadata` for Scraper and `AzureLandscape` for Resource Discovery. In order to support additional environments, we can add...