You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scaling up-down behavior configuration #805 is ignored in Kubernetes 19.0 and 18.8 (only 2 versions I checked on).
Here is info from logs
2020-09-21T07:17:45.828Z INFO controllers.ScaledObject Creating a new HPA {"ScaledObject.Namespace": "default", "ScaledObject.Name": "kafka-receiver-scaledobject", "HPA.Namespace": "default", "HPA.Name": "keda-hpa-kafka-receiver-scaledobject"}
2020-09-21T07:17:45.968Z INFO controllers.ScaledObject Warning: Ignoring scaledObject.spec.behavior, it is only supported on kubernetes version >= 1.18 {"ScaledObject.Namespace": "default", "ScaledObject.Name": "kafka-receiver-scaledobject", "kubernetes.version": "1.19"}
2020-09-21T07:17:45.968Z INFO controllers.ScaledObject Initializing Scaling logic according to ScaledObject Specification {"ScaledObject.Namespace": "default", "ScaledObject.Name": "kafka-receiver-scaledobject"}
Expected Behavior
Scaling behavior should be functioning
Actual Behavior
It's not. Logs confirm that.
Steps to Reproduce the Problem
Install keda, create ScaledObject with scaledDown, scaleUp advanced config.
dkuzmianok-sc
changed the title
Up-down scaling behaviour configuration is ignored in kubernetes version >= 18.0
Up-down scaling behavior configuration is ignored in Kubernetes version >= 18.0
Sep 21, 2020
@dkuzmianok-sc Hm, it must be something with Minikube version string, would you mind sharing the beginning of the Operator log? There should be a log message like this: {"level":"info","ts":1600678755.6548228,"logger":"controllers.ScaledObject","msg":"Running on Kubernetes 1.18+"}
2020-09-21T07:12:49.093Z INFO controller-runtime.metrics metrics server is starting to listen {"addr": ":8080"}
2020-09-21T07:12:49.095Z INFO controllers.ScaledObject Running on Kubernetes 1.19
2020-09-21T07:12:49.095Z INFO setup Starting manager
2020-09-21T07:12:49.095Z INFO setup KEDA Version: v2
2020-09-21T07:12:49.095Z INFO setup KEDA Commit: 717aab81817f0d9b6d02b0e6d1499367c751faf2
2020-09-21T07:12:49.095Z INFO setup Go Version: go1.15.1
2020-09-21T07:12:49.095Z INFO setup Go OS/Arch: linux/amd64
Here are logs if still needed.
Thank you for quick response.
Scaling up-down behavior configuration #805 is ignored in Kubernetes 19.0 and 18.8 (only 2 versions I checked on).
Here is info from logs
Expected Behavior
Scaling behavior should be functioning
Actual Behavior
It's not. Logs confirm that.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: