You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/04/09 09:03:30 UTC

[GitHub] [solr-operator] vladiceanu edited a comment on issue #251: Support for HPA

vladiceanu edited a comment on issue #251:
URL: https://github.com/apache/solr-operator/issues/251#issuecomment-816535260


   I have made the changes and came to the following conclusion:
   - there is no need for an additional field `autoscaler`, it will bring confusion to the user since the autoscaling doesn't happen by the Operator. HPA should remain as it is, a side process that performs an action on the object; just like for other workload types (Deployment/STS/...) + HPA;
   - if a user wants to use HPA, simply don't set `spec.replicas` field in SolrCloud CR definition, it's optional;
   - user should be responsible to set the HPA;
   - recommended to be used the `autoscaling/v2beta2` version of HPA, as it supports custom metrics and many other tweaks can be applied to make the scale ops smoother;


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org