mvallim / kubernetes-under-the-hood

This tutorial is someone planning to install a Kubernetes cluster and wants to understand how everything fits together.
https://mvallim.github.io/kubernetes-under-the-hood
BSD 3-Clause "New" or "Revised" License
467 stars 104 forks source link

How to setup storage GlusterFS #127

Open handsomesean82 opened 2 years ago

handsomesean82 commented 2 years ago

Hi guys, thanks for your great work, it's really helpful. I just have a small question on the documentation on the set up storage GlusterFS. In the section "Send commands to all panes", step 1, "join the Gluster nodes to the cluster", i saw the command is "ssh kube-node01", which mean it's issued from kube-node01(worker node I assume), but I think this should be issued from the newly created glusterFS node? Please correct me if I am wrong, thanks.

bsdnet commented 8 months ago

Seems what you are referring to:

https://github.com/bsdnet/kubernetes-under-the-hood/blob/master/documentation/gluster.md#configure-the-cluster

Looks storage part is not fully done yet.