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
A clear and concise description of what the bug is.
Expected Behavior
Scale target should scale to maxreplicaCount specification.
Actual Behavior
Scale target scales to 1.
Errors in the log show:
{"level":"error","ts":1575675604.989792,"logger":"scalehandler","msg":"Error updating scaledObject status","ScaledObject.Namespace":"us-east-1-stg","ScaledObject.Name":"signal-worker","ScaledObject.ScaleType":"deployment","error":"Operation cannot be fulfilled on scaledobjects.keda.k8s.io \"signal-worker\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/pkg/mod/github.com/go-logr/[email protected]/zapr.go:128\ngithub.com/kedacore/keda/pkg/handler.(*ScaleHandler).updateScaledObjectStatus\n\tkeda/pkg/handler/scale_handler.go:47\ngithub.com/kedacore/keda/pkg/handler.(*ScaleHandler).scaleDeployment\n\tkeda/pkg/handler/scale_deployments.go:35\ngithub.com/kedacore/keda/pkg/handler.(*ScaleHandler).handleScaleDeployment\n\tkeda/pkg/handler/scale_loop.go:130\ngithub.com/kedacore/keda/pkg/handler.(*ScaleHandler).handleScale\n\tkeda/pkg/handler/scale_loop.go:45\ngithub.com/kedacore/keda/pkg/handler.(*ScaleHandler).HandleScaleLoop\n\tkeda/pkg/handler/scale_loop.go:28"}
Seeing this error message for every scaled object deployed.
A clear and concise description of what the bug is.
Expected Behavior
Scale target should scale to maxreplicaCount specification.
Actual Behavior
Scale target scales to 1.
Errors in the log show:
Seeing this error message for every scaled object deployed.
Code Used:
The text was updated successfully, but these errors were encountered: