cockroach-operator
cockroach-operator copied to clipboard
Create pods using only ephemeral storage (No PVC)
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.