apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
243 stars 111 forks source link

Use HPA v2 in tutorial #541

Closed beettlle closed 1 year ago

beettlle commented 1 year ago

Updating the version of the Autoscaler as it's deprecated. Warning: autoscaling/v2beta2 HorizontalPodAutoscaler is deprecated in v1.23+, unavailable in v1.26+; use autoscaling/v2 HorizontalPodAutoscaler

And fixing the apiVersion as it's '.org' and not '.com'

% kubectl api-resources -o wide | grep SolrCloud
solrclouds                        solr          solr.apache.org/v1beta1                true         SolrCloud 
HoustonPutman commented 1 year ago

Thanks for finding this!