You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to start with k8ssandra and started with a relative simple configuration.
There are 3 different clusters. One of them should host the operator and the other two should host the data planes.
I've followed the documentation:
added the helm repo
installed the k8ssandra-operator on the operator node in controlPlane mode
installed the k8ssandra-operator on the two data nodes with controlPlane=False
added the kubeconfig as secret
created the clientConfig CRD
created the k8ssandraCluster CRD
The issue is that the operator always prints this error: Error: CassandraDatacenter.cassandra.datastax.com "jenslab" is invalid: spec.storageConfig.additionalVolumes[0].pvcSpec: Required value
As far as I understood the CRD docs (v 1.17.0) additionalVolumes are optional.
And even If I declare additionalVolumes, the error is the same except for the index where the issue is raises Error: CassandraDatacenter.cassandra.datastax.com "jenslab" is invalid: spec.storageConfig.additionalVolumes[3].pvcSpec: Required value
What happened?
I want to start with k8ssandra and started with a relative simple configuration.
There are 3 different clusters. One of them should host the operator and the other two should host the data planes.
I've followed the documentation:
The issue is that the operator always prints this error:
Error: CassandraDatacenter.cassandra.datastax.com "jenslab" is invalid: spec.storageConfig.additionalVolumes[0].pvcSpec: Required value
As far as I understood the CRD docs (v 1.17.0) additionalVolumes are optional.
And even If I declare additionalVolumes, the error is the same except for the index where the issue is raises
Error: CassandraDatacenter.cassandra.datastax.com "jenslab" is invalid: spec.storageConfig.additionalVolumes[3].pvcSpec: Required value
is there something wrong with my CRD definition?
Environment
Operator image: cr.k8ssandra.io/k8ssandra/k8ssandra-operator:v1.17.0
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: K8OP-8
The text was updated successfully, but these errors were encountered: