We are trying to install temporal server and all the related components on Kubernetes using Helm and the values.yaml here attached (https://we.tl/t-vFfB2DvN8J).
Unfortunately the entire stack does not get ready probably due to error in cassandra. The error we get is “waiting for default keyspace to become ready”, even if Cassandra is up and running.
Any advice on this problem?
it does look like replicationFactor is set correcetly - can you look at the logs for the job and make sure the keyspace was created with rf 1 (and that the job ran to create the schema).