nickumia-reisys commented on issue #399: URL: https://github.com/apache/solr-operator/issues/399#issuecomment-1024491330
Hi @HoustonPutman, thanks for your continued support! As we are figuring out how to deploy solr with persistent storage, we're running into a few bumps and would appreciate your confirmation on a few things. We setup our EKS cluster with an [EFS volume](https://github.com/GSA/datagov-brokerpak-eks/blob/main/terraform/provision/persistent-storage.tf#L137-L155). (EBS doesn't have proper support for Fargate nodes where we are running.) Stupid question, but the `solr-operator` would be happy with EFS too, right? The EFS volume gets [mounted to all nodes that are started on our cluster](https://github.com/GSA/datagov-brokerpak-eks/blob/main/terraform/provision/persistent-storage.tf#L111-L116) that have a Private IP. We tested this functionality by pulling and running a [test case](https://github.com/GSA/datagov-brokerpak-eks/blob/main/test.sh#L77-L91) from the upstream [aws-efs-csi-driver](https://github.com/kubernetes-sigs/aws-efs-csi-driver/tree/release-1.3/examples/kubernetes/static_provisioning) repo. So we have confidence that EFS is setup for our cluster properly. I'm trying to provision a `solrcloud` cluster with the `solr-operater` and am running into issues with PVC not being bound to the solrcloud pods. I'm still debugging, but do you have any insights on things I would have to change other than [this](https://github.com/GSA/datagov-brokerpak-solr/blob/solr-optimization-for-ckan/terraform/provision/main.tf#L40-L41)? ![image](https://user-images.githubusercontent.com/85196563/151600494-e83fa0f8-04c2-4b4c-aafd-9579d5859618.png) -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org