Originally from the User Slack
@Deepak: Hey Guys, I am trying to set up a 3 node scylla cluster on k8s. I can bring individual nodes up and they are bootstrapping without any issues but they are not gossiping and instead behaving as disconnected individual cluster. Is there some property or setting that I should check on my helm chart?
@dor: Seems like no connectivity. Get into the container shell and try to see if you can telnet the cql port and change the config accordingly
@Maciej_Zimnoch: It’s better to use Scylla Operator for k8s deployments, no need to reinvent the wheel on your own
@Deepak: Getting the following error while installing scylla operator in generic K8 cluster
The CustomResourceDefinition "<http://scylladbdatacenters.scylla.scylladb.com|scylladbdatacenters.scylla.scylladb.com>" is invalid: metadata.annotations: Too long: must have at most 262144 bytes
Command used kubectl apply -f deploy/operator.yaml
My bad works with create
kubectl create -f deploy/operator.yaml