Houston Putman
Houston Putman
Under `authentication` I think you need to add `"blockUnknown": false`. You are authorized for those endpoints, but since you are not providing the basic auth header, you are getting rejected...
Did you try to update an existing cluster or create a new one? Also even if you deleted and recreated, you need to make sure that Zookeeper didn't use the...
it should be at the top level of your chroot. So `//security.json`. Since you are using LDAP, I would expect other Solr Operator commands to fail, since BasicAuth is the...
what kind of pipeline do you use? Because I would recommend writing something to wait for Solr to be healthy and alive, then write "code" in your pipeline to make...
So the only real way to deal with this, if you can only use `lifecycle.podstart`, is to add a wait in there. The solr operator will set up the pods...
Sounds good, I'm very happy to help once you get a start 🙂
No news from me. I'm not running openshift, so I don't really know what needs to be done. If someone wants to start a PR, then I'm very happy to...
So if you deploy Solr using the "provided" zookeeper, then it will be managed in tandem with your SolrCloud. If you want the Zookeeper Cluster's lifecycle to be independent of...
Newer versions of Solr do not have an AutoAddReplica feature. What kind of persistent volumes are you using? The data should not be missing when the pod is restarted. That's...
The only ways that local volumes work as PVs is if the PVs that are created have node limitations (i.e. the Pod connected to the PV cannot be rescheduled onto...