mmoscher commented on issue #686: URL: https://github.com/apache/solr-operator/issues/686#issuecomment-1940840764
Hi @fliphess, what issue do face in particular? We've currently 5 developers on Mac M1 or M2 (arm64) using colima for local development and they are able to use the solr-opertor smoothly. For setup we use Zookeeper as dependecy only and do not, for some time past, deploy the operator seperatly. Using the Zookeepers CRDs got use coverd: ``` # Install all Solr CRDs as well as the dependency CRDS (ZookeeperCluster) for the given version of the Solr Operator kubectl create -f "https://solr.apache.org/operator/downloads/crds/<solr operator version>/all-with-dependencies.yaml" ``` cf. https://apache.github.io/solr-operator/docs/running-the-operator#the-zookeepercluster-crd However, if you prefer to using the operator, you can try to get the following PR merged. I started to implement arm64 support 2 years ago, but didn't had (and not have) the time to get it finished yet: https://github.com/pravega/zookeeper-operator/pull/504 One way or another this (your) issue is IMHO not related to the solr operator. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
