Replies: 1 comment 4 replies
-
Are you sure the CRD exposes |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I tried it with keda 2.16.1 nd KEDA 2.15.1 on EKS cluster 1.30
Attached zip test.zip contains resource
when i create all elements above and execute "kubectl get so" i get:
The only difference between resources is one is namespaced another is cluster scoped and scaledobject for cluster scoped does not become ready.
Here is a log and its fragment, note that first log sais no scale subresource but it is there, and thenScaledObject doesn't have correct scaleTargetRef specification {"controller": "scaledobject", "controllerGroup": "keda.sh", "controllerKind": "ScaledObject", "ScaledObject": {"name":"cltest","namespace":"default"}, "namespace": "default", "name": "cltest", "reconcileID": "6a1f18f7-5dbc-4175-93ff-5a9fa7a14a84", "error": "the server could not find the requested resource (get cltests.meta.k8s.io cltest)"}
keda-operator.log
Thank You
Vasyl
Beta Was this translation helpful? Give feedback.
All reactions