ramayer
ramayer
Same error here. Worked with cuda 11.x. Fails with cuda 12.
3.10.0b2 looks good to me!
Same error that was originally described ("This seems to occur when mod_auth_openid had established an assocition with the openid provder in the past, but the provider has since expired its...
Solr Operator seems very picky about the Kubernetes environment it's using (guessing networking/dns)
@janhoy Thanks. Adding `--set zk.provided.replicas=1` worked for me on the macOS/colima environment. However the minikube-on-ubuntu-when-not-using-containerd example I mentioned above it still fails where there seems to be a different communication...
Solr Operator seems very picky about the Kubernetes environment it's using (guessing networking/dns)
The error messages don't show much except for timeouts that look like this ``` 2022-12-08 21:22:07.442 WARN (qtp1221991240-60) [] o.a.s.h.a.AdminHandlersProxy Timeout when fetching result from node default-example-solrcloud-1.ing.local.domain:80_solr => java.util.concurrent.TimeoutException at...
Solr Operator seems very picky about the Kubernetes environment it's using (guessing networking/dns)
For the minikube failure mode mentioned above, I think it's related to this minikube github issue: https://github.com/kubernetes/minikube/issues/13370 with the workaround from those comments including adding `--cni=bridge` to the minikube startup...