edit scaledobject #4660
-
ReportI created a scaledobject to cpu scale, and when trying to edit it with 'kubectl edit scaledobjects <sacledobject_name>', its not working and I'm getting an error. Expected BehaviorminReplicaCount is changed to 1 and update the hpa. Actual BehaviorminReplicaCount is not changed. Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version2.10.1 Kubernetes Version1.25 PlatformAmazon Web Services Scaler Detailscpu Anything else?No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
This sounds more like a general Kubernetes issue where it is timing out talking to the control-plane, no? |
Beta Was this translation helpful? Give feedback.
I was able to solve this problem by allow ingress network policy on keda installed namespace to allow port 9443.