Skip to content

Commit

Permalink
README.md: fix quickstart links
Browse files Browse the repository at this point in the history
Fixes: scylladb#2270
Signed-off-by: Yaniv Kaul <[email protected]>
  • Loading branch information
mykaul committed Dec 26, 2024
1 parent cc08f3e commit e2326d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ helm repo add scylla-operator https://storage.googleapis.com/scylla-operator-cha
## Quickstarts and Training
To quickly deploy a ScyllaCluster, you can choose one of the following options:

* [Generic](docs/source/generic.md): Follow this guide for the general way to use the operator.
* [GKE](docs/source/gke.md): An advanced guide for deploying Scylla with the **best performance settings** on [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine).
* [EKS](docs/source/eks.md): An advanced guide for deploying Scylla with the **best performance settings** on [Amazon Elastic Kubernetes Service](https://aws.amazon.com/eks/).
* [Generic](./docs/source/quickstarts/generic.md): Follow this guide for the general way to use the operator.
* [GKE](./docs/source/quickstarts/gke.md): An advanced guide for deploying Scylla with the **best performance settings** on [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine).
* [EKS](./docs/source/quickstarts/eks.md): An advanced guide for deploying Scylla with the **best performance settings** on [Amazon Elastic Kubernetes Service](https://aws.amazon.com/eks/).
* [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.

## Releases
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/releases.md).
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).

## Documentation
Scylla Operator documentation is available on https://operator.docs.scylladb.com
Expand Down

0 comments on commit e2326d2

Please sign in to comment.