Jorge Turrado Ferrero

Results 900 comments of Jorge Turrado Ferrero

This will generate the load directly inside the cluster, hitting your ingress and passing over all the components, but you can hit directly the add-on interceptor service if you prefer,...

About how to configure the scaling and metrics/thresholds, you could be interested on this feature that will be released soon as part of v0.8.0: https://github.com/kedacore/http-add-on/pull/961

> How can we hit the add-on interceptor service directly any reference ? ```yaml apiVersion: batch/v1 kind: Job metadata: name: load-generator namespace: WHERE_YOU_WANT spec: template: spec: containers: - name: apache-ab...

You can see the reference page for the HTTPScaledObject here: https://kedacore.github.io/http-add-on/ref/v0.8.0/http_scaled_object.html

I've just deployed your resources on my own cluster, and deployed this job into the cluster: ```yaml apiVersion: batch/v1 kind: Job metadata: name: load-generator spec: template: spec: containers: - name:...

There was a bug in helm chart, so if you installed the version v0.7.0, you will need to uninstall the release before (no worries, this bug has been fixed in...

Just check the logs and the beginning of the logs contain the version, e.g: the intercetor ```bash 2024-05-05T19:45:50Z INFO setup starting interceptor {"timeoutConfig": {"Connect":500000000,"KeepAlive":1000000000,"ResponseHeader":500000000,"WorkloadReplicas":1500000000,"ForceHTTP2":false,"MaxIdleConns":100,"IdleConnTimeout":90000000000,"TLSHandshakeTimeout":10000000000,"ExpectContinueTimeout":1000000000}, "servingConfig": {"CurrentNamespace":"keda","WatchNamespace":"","ProxyPort":8080,"AdminPort":9090,"ConfigMapCacheRsyncPeriod":3600000000000,"DeploymentCachePollIntervalMS":250,"EndpointsCachePollIntervalMS":1000,"ProxyTLSEnabled":false,"TLSCertPath":"/certs/tls.crt","TLSKeyPath":"/certs/tls.key","TLSPort":8443}, "metricsConfig": {"OtelPrometheusExporterEnabled":true,"OtelPrometheusExporterPort":2223,"OtelHTTPExporterEnabled":false,"OtelHTTPCollectorEndpoint":"localhost:4318","OtelHTTPHeaders":"","OtelHTTPCollectorInsecure":false,"OtelMetricExportInterval":30}} 2024-05-05T19:45:50Z INFO...

I appreciate your feedback, I'll review it, but don't worry about reviewing the PR for the moment as it's still a WIP and there are a couple of pending stuff,...

I'm removing the changes applied to my local branch

I've been talking about this with @zroubalik and to not lock you with the code refactor, we will agreed with merging this PR as it is (it works actually) and...