gluster / gluster-kubernetes

GlusterFS Native Storage Service for Kubernetes
Apache License 2.0
875 stars 390 forks source link

Expects node names to be node0, node1, node... ? #491

Open jayunit100 opened 6 years ago

jayunit100 commented 6 years ago

It seems like the quickstart wants my nodenames to match a certain regex ? possibly missing something here... First time to use this repo + heketi.

For me, it crashes b/c node0 doesnt exist. on minikube OOTB. Havent tried minishift yet but suspect something similar might occur.

jarrpa commented 6 years ago

To follow our quickstart fully you need to use our vagrant environment. If you're using your own virtualization, you need to compose your own topology.json file to match your environment. Since you're on minikube, I suspect you will also need to specify --single-node.