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
The default resource limit for the scylla-manager-agent sidecar container is inadequate for the real-life scenarios. I met with an issue today #259, in which the scylla-manager-agent died due to low resource limits and the fix was to increase the resource limits allocated for the scylla-manager-agent.
It would have been great if there is a way to specify the scylla-manager-agent resources in the cluster CRD, so that we don't need to manually edit the scylla StatefulSet objects for changing the resource allocations for the scylla-manager-agent. Thanks!
The text was updated successfully, but these errors were encountered:
The default resource limit for the scylla-manager-agent sidecar container is inadequate for the real-life scenarios. I met with an issue today #259, in which the scylla-manager-agent died due to low resource limits and the fix was to increase the resource limits allocated for the scylla-manager-agent.
It would have been great if there is a way to specify the scylla-manager-agent resources in the cluster CRD, so that we don't need to manually edit the scylla
StatefulSet
objects for changing the resource allocations for the scylla-manager-agent. Thanks!The text was updated successfully, but these errors were encountered: