Skip to content

Commit

Permalink
Merge pull request #1499 from rzetelskik/fix-operator-steps-docs-1.11
Browse files Browse the repository at this point in the history
[v1.11] Fix steps ordering in EKS and GKE documentation pages
  • Loading branch information
scylla-operator-bot[bot] authored Oct 19, 2023
2 parents 99c012b + 3b2461e commit 6cf7c0f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions docs/source/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ Script requires several dependencies:
- eksctl - See: https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html
- kubectl - See: https://kubernetes.io/docs/tasks/tools/install-kubectl/

### Deploying ScyllaDB Operator

Refer to [Deploying Scylla on a Kubernetes Cluster](generic.md) in the ScyllaDB Operator documentation to deploy the ScyllaDB Operator and its prerequisites.

#### Setting up nodes for ScyllaDB

ScyllaDB, except when in developer mode, requires storage with XFS filesystem. The local NVMes from the cloud provider usually come as individual devices. To use their full capacity together, you'll first need to form a RAID array from those disks.
Expand All @@ -108,9 +112,9 @@ kubectl -n local-csi-driver apply --server-side -f examples/common/local-volume-
kubectl apply --server-side -f examples/common/local-volume-provisioner/storageclass_xfs.yaml
```

### Installing the Scylla Operator and Scylla
### Deploying ScyllaDB

Now you can follow the [generic guide](generic.md) to launch your Scylla cluster in a highly performant environment.
Now you can follow the steps described in [Deploying Scylla on a Kubernetes Cluster](generic.md) to launch your ScyllaDB cluster in a highly performant environment.

#### Accessing the database

Expand Down
8 changes: 6 additions & 2 deletions docs/source/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ kubectl create clusterrolebinding cluster-admin-binding --clusterrole cluster-ad

### Prerequisites

### Deploying ScyllaDB Operator

Refer to [Deploying Scylla on a Kubernetes Cluster](generic.md) in the ScyllaDB Operator documentation to deploy the ScyllaDB Operator and its prerequisites.

#### Setting up nodes for ScyllaDB

ScyllaDB, except when in developer mode, requires storage with XFS filesystem. The local NVMes from the cloud provider usually come as individual devices. To use their full capacity together, you'll first need to form a RAID array from those disks.
Expand Down Expand Up @@ -150,9 +154,9 @@ sed -i "s/<gcp_region>/${GCP_REGION}/g;s/<gcp_zone>/${GCP_ZONE}/g" examples/gke/

This will inject your region and zone into the cluster definition so that it matches the kubernetes cluster you just created.

### Installing the Scylla Operator and Scylla
### Deploying ScyllaDB

Now you can follow the [generic guide](generic.md) to install the operator and launch your Scylla cluster in a highly performant environment.
Now you can follow the steps described in [Deploying Scylla on a Kubernetes Cluster](generic.md) to launch your ScyllaDB cluster in a highly performant environment.

#### Accessing the database

Expand Down

0 comments on commit 6cf7c0f

Please sign in to comment.