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: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14

15
15
16
16
## Deploying the Operator
17
-
For version requirements see the [support matrix](./docs/source/support/releases.md).
17
+
For version requirements see the [support matrix](https://operator.docs.scylladb.com/stable/support/releases.html).
18
18
19
19
### GitOps
20
20
Kubernetes manifests are located in the `deploy/` folder. To deploy the operator manually using Kubernetes manifests or to integrate it into your GitOps flow please follow [these instructions](./deploy/README.md).
To quickly deploy a ScyllaCluster, you can choose one of the following options:
38
38
39
-
*[GKE](./docs/source/quickstarts/gke.md): This is a quickstart guide to help you set up a basic [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine) cluster quickly with local NVMes and solid performance.
40
-
*[EKS](./docs/source/quickstarts/eks.md): This is a quickstart guide to help you set up a basic [Amazon Elastic Kubernetes Service](https://aws.amazon.com/eks/) cluster quickly with local NVMes and solid performance.
39
+
*[GKE](https://operator.docs.scylladb.com/stable/quickstarts/gke.html): This is a quickstart guide to help you set up a basic [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine) cluster quickly with local NVMes and solid performance.
40
+
*[EKS](https://operator.docs.scylladb.com/stable/quickstarts/eks.html): This is a quickstart guide to help you set up a basic [Amazon Elastic Kubernetes Service](https://aws.amazon.com/eks/) cluster quickly with local NVMes and solid performance.
41
41
42
42
ScyllaDB Installation:
43
-
*[Generic](./docs/source/installation/kubernetes/generic.md): Follow this guide for the general way to use the operator.
44
-
*[GKE](./docs/source/installation/kubernetes/gke.md): An advanced guide for deploying Scylla with the **best performance settings** on [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine).
45
-
*[EKS](./docs/source/installation/kubernetes/eks.md): An advanced guide for deploying Scylla with the **best performance settings** on [Amazon Elastic Kubernetes Service](https://aws.amazon.com/eks/).
43
+
*[Generic](https://operator.docs.scylladb.com/stable/installation/kubernetes/generic.html): Follow this guide for the general way to use the operator.
44
+
*[GKE](https://operator.docs.scylladb.com/stable/installation/kubernetes/gke.html): An advanced guide for deploying Scylla with the **best performance settings** on [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine).
45
+
*[EKS](https://operator.docs.scylladb.com/stable/installation/kubernetes/eks.html): An advanced guide for deploying Scylla with the **best performance settings** on [Amazon Elastic Kubernetes Service](https://aws.amazon.com/eks/).
46
46
*[Scylla University Lesson](https://university.scylladb.com/courses/scylla-operations/lessons/kubernetes-operator/): Follow this lesson on Scylla University to learn more about the Operator and how to use it. The lesson includes some hands-on examples which you can run yourself.
47
47
48
48
## Releases
49
-
To find out more about our releases, support matrix and how our CI/CD is set up there is a [dedicated docs page](./docs/source/support/releases.md).
49
+
To find out more about our releases, support matrix and how our CI/CD is set up there is a [dedicated docs page](https://operator.docs.scylladb.com/stable/support/releases.html).
50
50
51
51
## Documentation
52
52
Scylla Operator documentation is available on https://operator.docs.scylladb.com
ScyllaDBMonitoring defines and manages a ScyllaDB monitoring stack.
33
33
+++
34
-
[Learn more »](/resources/scylladbmonitorings)
34
+
[Learn more »](./scylladbmonitorings.md)
35
35
:::
36
36
37
37
::::
@@ -41,7 +41,7 @@ ScyllaDBMonitoring defines and manages a ScyllaDB monitoring stack.
41
41
Cluster scoped resources declare the state for the whole cluster or control something at the cluster level which isn't multitenant.
42
42
Therefore, working with these resources requires elevated privileges.
43
43
44
-
Generally, there can be multiple instances of these resources but for some of them, like for [ScyllaOperatorConfigs](scyllaoperatorconfigs.md), it only makes sense to have one instance. We call them *singletons* and the single instance is named `cluster`.
44
+
Generally, there can be multiple instances of these resources but for some of them, like for [ScyllaOperatorConfigs](./scyllaoperatorconfigs.md), it only makes sense to have one instance. We call them *singletons* and the single instance is named `cluster`.
45
45
46
46
::::{grid} 1 1 2 3
47
47
:gutter: 4
@@ -51,15 +51,15 @@ Generally, there can be multiple instances of these resources but for some of th
51
51
52
52
NodeConfig manages setup and tuning for a set of Kubernetes nodes.
0 commit comments