quantum-fusion / springboot_swagger_example-master-cassandra

0 stars 0 forks source link

kubernetes cassandra node currently not configured for local kubernetes cassandra instances #6

Closed quantum-fusion closed 6 years ago

quantum-fusion commented 6 years ago

Do not currently have a setup procedure for configuring kubernetes cassandra Pods.

See cassandra-service.yaml for single node (this runs and executes in kubernetes) kubectl create -f ./cassandra-service.yaml However, can not get these pods to delete, they keep restarting.

See cassandra-statefulset.yaml for multimode cassandra ring cluster. (syntax errors in yaml)

quantum-fusion commented 6 years ago

Not currently supported for cassandra local with Kubernetes.

Problem is that the cassandra instances launched in Kubernetes keep restarting, and will not delete the service.

quantum-fusion commented 6 years ago

Problem is that the cassandra instances launched in Kubernetes keep restarting, and will not delete the service.

quantum-fusion commented 6 years ago

https://groups.google.com/forum/#!forum/kubernetes-sig-aws

quantum-fusion commented 6 years ago

See solution that was posted, regarding configurations of Pods. Google does not allow it, and disallows configurable templates with arguments.

https://github.com/kubernetes/website/issues/6615#issuecomment-357586801