Persistent Storage Options #645
-
Hi! This project looks promising. Thank you. I was not able to find any information about how the CSI / StorageClass configuration that will be applied.
It would be nice if something about storage is mentioned in the readme. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@gprossliner In kube.tf.example, we explain what we support, basically either Hetzner CSI or Longhorn, in that flag you can choose to enable either or both. Personally, I think Longhorn is a more robust option, and to configure it properly, either search this project's issues and discussions for examples, you will find quite a few, or read the longhorn docs. |
Beta Was this translation helpful? Give feedback.
@gprossliner In kube.tf.example, we explain what we support, basically either Hetzner CSI or Longhorn, in that flag you can choose to enable either or both.
Personally, I think Longhorn is a more robust option, and to configure it properly, either search this project's issues and discussions for examples, you will find quite a few, or read the longhorn docs.