Skip to content

Commit

Permalink
Reword storageClassName being explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvoncek committed Sep 10, 2024
1 parent 352ab29 commit 0067540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/components/reaper/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ spec:
enabled: true
```
The _control plane_ Reaper must use a _local_ storage because there's no Cassandra cluster yet.
The local storage requires its own config, mostly to ensure enough disk space is allocated to Reaper. You can skip the `storageType` field, which will make the k8s cluster use whatever the default storage class is.
The _control plane_ Reaper must use a _local_ storage because there's no Cassandra cluster yet.
The local storage requires its own config, mostly to ensure enough disk space is allocated to Reaper. You can skip the `storageClassName` field to use the default storage class, or set it to specify one explicitly.
It's also a good idea to enable the `httpManagement`. This will make Reaper use HTTP instead of JMX when interacting with Cassandra.

In order to enrol a k8ssandra cluster in the control plane Reaper, you'll need to add a `reaperRef` to the `reaper` section of the `K8ssandraCluster` manifest:
Expand Down

0 comments on commit 0067540

Please sign in to comment.