-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's not working in China Azure #879
Comments
Can you provide logs from KEDA please? |
keda-operator's log is here It don't parse connectionstring of China Azure Cloud azure storage correctly. And in this process , I found another issue: #880 |
Hi @tomkerkhove: I face the same issue in AWS EKS. Environment: AWS EKS apiVersion: keda.sh/v1alpha1 my virtual host is : "/" rabbitmq in the host parameter is the service name of rabbitmq. The connection string is not parsed and I get the below message from the KEDA controller: 2021-05-10T13:18:22.323Z ERROR controller Reconciler error {"reconcilerGroup": "keda.sh", "reconcilerKind": "ScaledObject", "controller": "scaledobject", "name": "sentry-save-event", "namespace": "sentry", "error": "error getting scaler for trigger #0: error establishing rabbitmq connection: dial tcp: lookup rabbitmq on 10.100.0.10:53: no such host"} |
@heavenwing: Did you manage to fix this issue with a workaround? |
What version of KEDA are you running? Also v1.4.1? |
Hi @tomkerkhove I am deploying the operator and metrics-api-server using helm chart version 2.2.1 and the application version is 2.2.0 |
I think this is a seperate issue where it's not able to connect to your Rabbit MQ instance, no? |
Yes it does not connect to my rabbitmq instance, and I also get similar output But I am not sure if its a different issue, if so can you guide in that direction? |
Hello, having the same issue, I was able to fix/workaround it by adding the namespace to the service name (with dot in the middle)... I mean:
Hope it will help ;-) |
That's a good tip from @jeje-ch, is it running in the same Kubernetes namespace? Sorry I lost track of this one. |
@vinothav Can you open a discussion please? The real issue report here is related to Azure China and queues, not Kafka and we seem to be getting away from that report so want to separate it. |
@tomkerkhove keda's yaml applied in I didn't try if it works if they are on different namespaces, but with the appended ns I supposed it will => but I will let anyone being in such config to try and let us know :-) |
Yes, it has tobe configured from the KEDA namespace so namespace is required. |
I forgot to mention that I'm neither on Azure China nor AWS EKS, but Jelastic... but pretty sure it doesn't matter the cloud for that issue |
The original issue was fixed in KEDA v2.4. Adding |
Thanks for chiming in @amirschw - i lost track of this issue. Can you please give this a go @heavenwing ? |
Thanks @amirschw . I will close this issue. |
Signed-off-by: Ritikaa96 <[email protected]>
Expected Behavior
Should scale pod when queue have messages
Actual Behavior
Don't scale pod.
Steps to Reproduce the Problem
Specifications
BTW
If I use Global Azure Cloud's AKS, it's ok.
Global AKS k8s version is 1.15.11
I am not sure that root cause is Cloud region or K8S version.
The text was updated successfully, but these errors were encountered: