I deployed k8ssandra followed officail instruction on site https://docs-v2.k8ssandra.io/install/local/single-cluster-helm/.
After the k8ssandra deployment, I create a big table on cassandra DB. While I'm query the row nubmer by "select count(*) from TABLENAME", cqlsh always got ERROR like "Coordinator node timed out waiting for replica nodes' responses". So I wanna change some cassandra configurations. Could you tell me how could I do it or where the cassandra yaml file is for k8ssandra cluster?