You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/solr-cloud/README.md
+12-3
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This page outlines how to create, update and delete a SolrCloud in Kubernetes.
32
32
33
33
## Creating an example SolrCloud
34
34
35
-
Make sure that the solr-operator and a zookeeper-operator are running.
35
+
Make sure that the Solr Operator and a Zookeeper Operator are running.
36
36
37
37
Create an example Solr cloud, with the following configuration.
38
38
@@ -98,11 +98,20 @@ $ kubectl delete solrcloud example
98
98
99
99
### Official Solr Images
100
100
101
-
The solr-operator will work with any of the [official Solr images](https://hub.docker.com/_/solr) currently available.
101
+
The Solr Operator is only guaranteed to work with [official Solr images](https://hub.docker.com/_/solr).
102
+
However, as long as your custom image is built to be compatible with the official image, things should go smoothly.
103
+
This is especially true starting with Solr 9, where the docker image creation is bundled within Solr.
104
+
Run `./gradlew docker` in the Solr repository, and your custom Solr additions will be packaged into an officially compliant Solr Docker image.
105
+
106
+
Please refer to the [Version Compatibility Matrix](../upgrade-notes.md#solr-versions) for more information on what Solr Versions are compatible with the Solr Operator.
107
+
108
+
Also note that certain features available within the Solr Operator are only supported in newer Solr Versions.
109
+
The version compatibility matrix shows the minimum Solr version supported for **most** options.
110
+
Please refer to the Solr Reference guide to see what features are enabled for the Solr version you are running.
102
111
103
112
### Build Your Own Private Solr Images
104
113
105
-
The solr-operator supports private Docker repo access for Solr images you may want to store in a private Docker repo. It is recommended to source your image from the official Solr images.
114
+
The Solr Operator supports private Docker repo access for Solr images you may want to store in a private Docker repo. It is recommended to source your image from the official Solr images.
106
115
107
116
Using a private image requires you have a K8s secret preconfigured with appropriate access to the image. (type: kubernetes.io/dockerconfigjson)
0 commit comments