From 006754088ede878a2c8a51049d72f96f9431fd31 Mon Sep 17 00:00:00 2001 From: Radovan Zvoncek Date: Tue, 10 Sep 2024 16:14:44 +0300 Subject: [PATCH] Reword storageClassName being explicit --- docs/content/en/components/reaper/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/en/components/reaper/_index.md b/docs/content/en/components/reaper/_index.md index ba4586d1f..14ce67336 100644 --- a/docs/content/en/components/reaper/_index.md +++ b/docs/content/en/components/reaper/_index.md @@ -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: