-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Storage] talos support and dependencies on host OS #94
Comments
Hey @tuxtof, we talked briefly in kubecon amsterdam about this issue, but i went with mayastor to quickly get something working. Got some time to look at it again and finally got it working with talos. To give some more context around talos, here is a issue to get longhorn working on talos and documentation. The problem is due to talos having very few binaries and is immutable without package manager or shell capabilities. While it does make for a very smooth kubernetes experience, in particular CSI implementations tend to encounter issues because they make assumptions about host node capabilities. Hope this can be a starting point to get the general idea if you ever want to support talos in the future, or if other lost souls ever find themselves on the same path The rough implentation to get it to work was;
Utilities sidecar:
wrapper scripts configmap:
|
Hitting a roadblock trying to implement nutanx csi on a talos cluster, where the nutanix csi node is unable to run either
mkfs.ext4
ormkfs.xfs
as they are not provided by talos. Would it be possible to bundle some of these tools in the container image?The text was updated successfully, but these errors were encountered: