Skip to content

Commit

Permalink
GDB-10578 Add notes regarding the Minikube multinode setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Nikolov authored and mihailradkov committed Aug 21, 2024
1 parent a3a01da commit 69e61ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,16 @@ DNS is broken. This is a common issue with Minikube between system restarts or w
Minikube driver is used. Please refer to
https://kubernetes.io/docs/tasks/administer-cluster/dns-debugging-resolution/.

**Filesystem provisioning errors (in Multi-Node Minikube Cluster)**

When expanding your Minikube cluster from one to two or more nodes to deploy different GraphDB
instances across multiple nodes to ensure high availability, you may encounter errors when
setting up persistent storage. These issues are due to implementation problems with the storage
provisioner included with Minikube. To resolve this, you need to adjust your environment accordingly.
Follow the steps outlined in the official Minikube documentation under the ["CSI Driver and Volume
Snapshots"](https://minikube.sigs.k8s.io/docs/tutorials/volume_snapshots_and_csi/) section, specifically
in the "Multi-Node Clusters" chapter.

## Maintainers

{{ template "chart.maintainersTable" . }}
Expand Down

0 comments on commit 69e61ce

Please sign in to comment.