You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
In the E2E tests, we configure Cassandra nodes with hostpath volumes.
These work on minikube because it only creates a single node.
On a multi-node cluster such as created by kubeadm-dind-cluster, Cassandra Pods may get moved between nodes and in this case new (empty) hostpath volumes are created on each node and data appears to be lost.
Instead we could use persistent local storage PVs which will ensure that pods are only scheduled to nodes with the PV.
#330 has some example code for creating persistent local volumes for E2E tests.
/kind bug
The text was updated successfully, but these errors were encountered:
In the E2E tests, we configure Cassandra nodes with hostpath volumes.
These work on minikube because it only creates a single node.
On a multi-node cluster such as created by kubeadm-dind-cluster, Cassandra Pods may get moved between nodes and in this case new (empty) hostpath volumes are created on each node and data appears to be lost.
Instead we could use persistent local storage PVs which will ensure that pods are only scheduled to nodes with the PV.
#330 has some example code for creating persistent local volumes for E2E tests.
/kind bug
The text was updated successfully, but these errors were encountered: