Apigee hybrid cassandra dynamic volume

Hi Team,

We are trying to install apigee hybrid runtime in EKS amazon cluster. Cassandra default pod is still in pending state as no volumes are available for binding. Isn't persistence volume be created dynamically ? We have volume binding mode: waitforfirstconsumer in storage class. Cassandra pod is binded with PVC but PV is not created.

Solved Solved
0 3 428
1 ACCEPTED SOLUTION

Persistent volumes should be created dynamically. There's a troubleshooting guide here that talks about Cassandra pods stuck in pending state https://cloud.google.com/apigee/docs/hybrid/v1.8/ts-cassandra#cassandra-pods-are-stuck-in-the-pendin...

View solution in original post

3 REPLIES 3

Persistent volumes should be created dynamically. There's a troubleshooting guide here that talks about Cassandra pods stuck in pending state https://cloud.google.com/apigee/docs/hybrid/v1.8/ts-cassandra#cassandra-pods-are-stuck-in-the-pendin...

did you define cassandra.storage.storageclass stanza in your runtime config file by any chance?

what the output for describe pvc?

This issue is resolved by installing CSI driver in EKS cluster.