cockroach-operator icon indicating copy to clipboard operation
cockroach-operator copied to clipboard

Create pods using only ephemeral storage (No PVC)

Open jfrconley opened this issue 3 years ago • 0 comments

I am looking to create a cluster that uses only ephemeral storage without creating PVC's. Is this possible with the current operator? I am able to use local storage PVC's but those seem to cause reassignment issues during node failure. Would be nice to skip all that and just use ephemeral local storage.

EDIT: Would also be nice to have a timeout on PVC when the pod is pending. I'm using a spot node group and nodes can be recreated in different AZs, causing PVCs to become inaccessible.

jfrconley avatar Nov 29 '21 17:11 jfrconley