We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey guys, Would it be possible to add support for ISCSI on nodes that runs Talos as their operating system?
It looks like the only configuration needed for it, is to specify the ISCSI folder.
ISCSI is stored in /system/iscsi in Talos OS instead of /etc/iscsi.
The path is defined in the following files: node/pkg/driver/device_connectivity/node.go Line 56
node/pkg/driver/device_connectivity/node_utils_test.go Line 268
The text was updated successfully, but these errors were encountered:
Talos OS is not in the roadmap and will not be supported
Sorry, something went wrong.
No branches or pull requests
Hey guys,
Would it be possible to add support for ISCSI on nodes that runs Talos as their operating system?
It looks like the only configuration needed for it, is to specify the ISCSI folder.
ISCSI is stored in /system/iscsi in Talos OS instead of /etc/iscsi.
The path is defined in the following files:
node/pkg/driver/device_connectivity/node.go
Line 56
node/pkg/driver/device_connectivity/node_utils_test.go
Line 268
The text was updated successfully, but these errors were encountered: