Skip to content
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

[Support] Guidance / Recommendations for extension development #576

Open
jabenedicic opened this issue Jan 1, 2025 · 2 comments
Open

[Support] Guidance / Recommendations for extension development #576

jabenedicic opened this issue Jan 1, 2025 · 2 comments

Comments

@jabenedicic
Copy link

I am currently working on a number of additional tools/configs that would support greater storage adoption for Talos, however I am unsure how to best package these up into extensions.

Is there a recommendation that each extension should be a single tool/driver/firmware etc? Or could you bundle multiple together to fit the intended purpose?

For example let's say all tools needed for iSCSI storage arrays CSI drivers to work. This would involve open-iscsi, multipath-tools, potentially other scsi related packages. What is the best way to proceed?

Many thanks,
JB

@frezbo
Copy link
Member

frezbo commented Jan 2, 2025

Is there a recommendation that each extension should be a single tool/driver/firmware etc? Or could you bundle multiple together to fit the intended purpose?

it depends, if it's something that's specific better to be a separate one, but if it's helps to bundle together to use a feature, better make it one

For example let's say all tools needed for iSCSI storage arrays CSI drivers to work. This would involve open-iscsi, multipath-tools, potentially other scsi related packages. What is the best way to proceed?

makes sense to be a single one

@jabenedicic
Copy link
Author

Thanks, that helps. Will do some more testing and put together some PR's.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants