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
The __Solr Operator__ manages Apache Solr Clouds within Kubernetes. It is built on top of the [Kube Builder](https://github.com/kubernetes-sigs/kubebuilder) framework.
9
+
The __[Solr Operator](https://solr.apache.org/operator/)__ manages Apache Solr Clouds within Kubernetes.
10
+
It is built on top of the [Kube Builder](https://github.com/kubernetes-sigs/kubebuilder) framework.
11
+
Please visit the [official site](https://solr.apache.org/operator/) for more information.
10
12
11
13
The project is currently in beta (`v1beta1`), and while we do not anticipate changing the API in backwards-incompatible ways there is no such guarantee yet.
Copy file name to clipboardExpand all lines: helm/solr-operator/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,13 @@ Solr Operator
3
3
4
4
The Solr Operator is designed to allow easy deployment Solr Clouds and other Solr Resources to Kubernetes.
5
5
6
-
Documentation around using the Solr Operator can be found in it's [source repo](https://github.com/apache/solr-operator).
6
+
Documentation around using the Solr Operator can be found at it's [official site](https://solr.apache.org/operator) or [source repo](https://github.com/apache/solr-operator).
7
+
8
+
[Tutorials](https://solr.apache.org/operator/resources.html#tutorials) have been provided for both basic and advanced usage of the Solr Operator.
7
9
8
10
## Upgrade Notes
9
11
10
-
Before upgrading your Solr Operator to a newer version, **please refer to the [Upgrade Notes](https://github.com/apache/solr-operator/tree/main/docs/upgrade-notes.md).
12
+
Before upgrading your Solr Operator to a newer version, **please refer to the [Upgrade Notes](https://apache.github.io/solr-operator/docs/upgrade-notes.html).
11
13
There may be breaking changes between the version you are running and the version you want to upgrade to.
0 commit comments