Skip to content

Commit

Permalink
Merge pull request #2154 from b8kings0ga/patch-1
Browse files Browse the repository at this point in the history
Update gke.md about applying xfs storageclass
  • Loading branch information
scylla-operator-bot[bot] authored Oct 14, 2024
2 parents 8bdba4f + 8587703 commit 1eb0336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ kubectl apply --server-side -f examples/gke/nodeconfig-alpha.yaml
Afterwards, deploy ScyllaDB's [Local Volume Provisioner](https://github.com/scylladb/k8s-local-volume-provisioner), capable of dynamically provisioning PersistentVolumes for your ScyllaDB clusters on mounted XFS filesystems, earlier created over the configured RAID0 arrays.
```
kubectl -n local-csi-driver apply --server-side -f examples/common/local-volume-provisioner/local-csi-driver/
kubectl apply --server-side -f examples/common/local-volume-provisioner/storageclass_xfs.yaml
kubectl apply --server-side -f examples/common/local-volume-provisioner/local-csi-driver/00_scylladb-local-xfs.storageclass.yaml
```

### Deploy Scylla cluster
Expand Down

0 comments on commit 1eb0336

Please sign in to comment.