http-add-on icon indicating copy to clipboard operation
http-add-on copied to clipboard

Add-on for KEDA to scale HTTP workloads

Results 106 http-add-on issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Luca Kuendig I added spec.replicas.idle which allows to pass a value for spec.idleReplicaCount to the generated ScaledObject. We need this to work for our current use-case. Pls tell me...

### Report I've setup the http-add-on with TLS enabled. The certificates are read from the add-on and TLS verification works correctly. My issues is when I send an `https` request...

bug

### Report Scaling of pods is not happening according to the requirements ### Expected Behavior deployment yaml ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: nginx labels: app: nginx spec: replicas:...

bug

### Report When a new HTTPScaledObject is created, it gets destroyed within seconds. When looking at the operator logs, it seems that something is deleted the CRD since I can...

bug

### Report The [documentation on the walkthrough](https://github.com/kedacore/http-add-on/blob/main/docs/walkthrough.md) isn't correct. It presupposes a manifest being located at `examples/v0.8.0/httpscaledobject.yaml` exists, but doesn't. Furthermore, the httpscaledobject is installed in the previous step with...

bug

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.3 to 0.18.2. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.18.2 What's Changed 🐛 Reintroduce AddMetricsServerExtraHandler on manager by @​k8s-infra-cherrypick-robot in kubernetes-sigs/controller-runtime#2817 Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.1...v0.18.2 v0.18.1 What's Changed...

enhancement
dependency-management

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.19.1. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.19.1 What's Changed Security patches for golang.org/x/sys and google.golang.org/protobuf New Contributors @​lukasauk made their first contribution in prometheus/client_golang#1494...

enhancement
dependency-management

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.2 to 2.17.3. Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.17.3 2.17.3 Fixes ginkgo watch now ignores hidden files [bde6e00] Changelog Sourced from github.com/onsi/ginkgo/v2's changelog. 2.17.3 Fixes ginkgo...

enhancement
dependency-management

_Provide a description of what has been changed_ ### Checklist - [ ] Commits are signed with Developer Certificate of Origin (DCO) - [ ] Changelog has been updated and...

### Report After upgrading to 0.8.0. The CRD seems to have changed and the enum for `status.conditions[].type` now only supports `Ready` as a value. Before this update to the CRD...

bug