Open
Description
What happened?
Following the Helm installation guide (https://operator.docs.scylladb.com/stable/installation/helm.html) results in a broken ScyllaDB Manager cluster because of unbound PVCs. This is due to ScyllaDB Manager's ScyllaCluster requiring scylladb-local-xfs
StorageClass provisioned by Local CSI Driver. The same thing applies to ScyllaCluster created by scylla chart.
/kind documentation
What did you expect to happen?
Helm installation guide should involve installing Local CSI Driver and transitively, a NodeConfig, by either specifying it as a prerequisite or mentioning it as a step in the procedure.
How can we reproduce it (as minimally and precisely as possible)?
Follow Helm installation guide https://operator.docs.scylladb.com/stable/installation/helm.html
Scylla Operator version
master
Kubernetes platform name and version
n/a
Please attach the must-gather archive.
n/a
Anything else we need to know?
No response